Package com.bumptech.glide.load
Interface ResourceEncoder<T>
-
- Type Parameters:
T- The type of the data contained by the resource.
- All Known Implementing Classes:
BitmapDrawableEncoder,BitmapEncoder,GifDrawableEncoder
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).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncodeStrategygetEncodeStrategy(Options options)
-
-
-
Method Detail
-
getEncodeStrategy
@NonNull EncodeStrategy getEncodeStrategy(@NonNull Options options)
-
-