Package com.bumptech.glide.load

Interface Summary
Encoder<T> An interface for writing data to some persistent data store (i.e.
Key A very generic interface that must implement Object.equals(Object) and Object.hashCode() to include a set of uniquely identifying information for the object(s) represented by this key.
ResourceDecoder<T,Z> An interface for decoding resources.
ResourceEncoder<T> An interface for writing data from a resource to some persistent data store (i.e.
Transformation<T> A class for performing an arbitrary transformation on a resource.
 

Class Summary
MultiTransformation<T> A transformation that applies one or more transformations in iteration order to a resource.
 

Enum Summary
DecodeFormat Options for setting the value of Bitmap.getConfig() for Bitmaps returned by a BitmapDecoder.