Package com.bumptech.glide.load.data

Interface Summary
DataFetcher<T> An interface for lazily retrieving data that can be used to load a resource.
 

Class Summary
AssetPathFetcher<T> An abstract class for obtaining data for an asset path using an AssetManager.
ByteArrayFetcher A simple resource fetcher to convert byte arrays into input stream.
ExifOrientationStream Adds an exif segment with an orientation attribute to a wrapped InputStream containing image data.
FileDescriptorAssetPathFetcher Fetches an ParcelFileDescriptor for an asset path.
FileDescriptorLocalUriFetcher Fetches an ParcelFileDescriptor for a local Uri.
HttpUrlFetcher A DataFetcher that retrieves an InputStream for a Url.
LocalUriFetcher<T> A DataFetcher that uses an ContentResolver to load data from a Uri pointing to a local resource.
MediaStoreThumbFetcher A DataFetcher that retrieves an InputStream for a local Uri that may or may not be for a resource in the media store.
StreamAssetPathFetcher Fetches an InputStream for an asset path.
StreamLocalUriFetcher Fetches an InputStream for a local Uri.