| Interface | Description |
|---|---|
| Encoder<T> |
An interface for writing data to some persistent data store (i.e.
|
| ImageHeaderParser |
Interface for the ImageHeaderParser.
|
| Key |
An interface that uniquely identifies some put of data.
|
| Option.CacheKeyUpdater<T> |
An interface that updates a
MessageDigest with the given value as part of a process to
generate a disk cache 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 that implements
Transformation.equals(Object) and Transformation.hashCode()} to identify the transformation in the memory
cache and Key.updateDiskCacheKey(java.security.MessageDigest)} to identify the
transformation in disk caches. |
| Class | Description |
|---|---|
| ImageHeaderParserUtils |
Utilities for the ImageHeaderParser.
|
| MultiTransformation<T> |
A transformation that applies one or more transformations in iteration order to a resource.
|
| Option<T> |
Defines available component (decoders, encoders, model loaders etc.) options with optional
default values and the ability to affect the resource disk cache key used by
DiskCacheStrategy.RESOURCE. |
| Options |
A set of
Options to apply to in memory and disk cache keys. |
| Enum | Description |
|---|---|
| DataSource |
Indicates the origin of some retrieved data.
|
| DecodeFormat | |
| EncodeStrategy |
Details how an
ResourceEncoder will encode a resource to cache. |
| ImageHeaderParser.ImageType |
The format of the image data including whether or not the image may include transparent
pixels.
|
| Exception | Description |
|---|---|
| HttpException |
Thrown when an http request fails.
|