| AssetFileDescriptorLocalUriFetcher |
Fetches an AssetFileDescriptor for a local Uri.
|
| AssetPathFetcher<T> |
An abstract class for obtaining data for an asset path using an AssetManager.
|
| BufferedOutputStream |
An OutputStream implementation that recycles and re-uses byte[]s using the
provided ArrayPool.
|
| DataRewinderRegistry |
Stores a mapping of data class to DataRewinder.Factory and
allows registration of new types and factories.
|
| ExifOrientationStream |
Adds an exif segment with an orientation attribute to a wrapped InputStream containing
image data.
|
| FileDescriptorAssetPathFetcher |
Fetches an AssetFileDescriptor for an asset path.
|
| FileDescriptorLocalUriFetcher |
Fetches an ParcelFileDescriptor for a local Uri.
|
| HttpUrlFetcher |
A DataFetcher that retrieves an InputStream for a Url.
|
| InputStreamRewinder |
Implementation for InputStreams that rewinds streams by wrapping them in a buffered
stream.
|
| InputStreamRewinder.Factory |
|
| LocalUriFetcher<T> |
A DataFetcher that uses an ContentResolver to load data from a Uri pointing to a local resource.
|
| ParcelFileDescriptorRewinder |
Implementation for ParcelFileDescriptors that rewinds file descriptors by seeking to 0.
|
| ParcelFileDescriptorRewinder.Factory |
|
| StreamAssetPathFetcher |
Fetches an InputStream for an asset path.
|
| StreamLocalUriFetcher |
Fetches an InputStream for a local Uri.
|