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
ByteArrayFetcher A simple resource fetcher to convert byte arrays into input stream.
FileDescriptorLocalUriFetcher Fetches an ParcelFileDescriptor for a local Uri.
HttpUrlFetcher A DataFetcher that retrieves an InputStream for a Url.
LocalUriFetcher<T extends Closeable> 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.
StreamLocalUriFetcher Fetches an InputStream for a local Uri.