- 类型参数:
T
- The type of the data contained by the resource.
- 所有超级接口:
- Encoder<Resource<T>>
- 所有已知实现类:
- BitmapDrawableEncoder, BitmapEncoder, GifDrawableEncoder, ReEncodingGifResourceEncoder
public interface ResourceEncoder<T>
extends Encoder<Resource<T>>
An interface for writing data from a resource to some persistent data store (i.e. a local File
cache).