| Interface | Description |
|---|---|
| StreamModelLoader<T> |
A base class for
ModelLoaders that translate models into InputStreams. |
| Class | Description |
|---|---|
| BaseGlideUrlLoader<T> |
A base class for loading images over http/https.
|
| HttpUrlGlideUrlLoader | |
| HttpUrlGlideUrlLoader.Factory |
The default factory for
HttpUrlGlideUrlLoaders. |
| MediaStoreStreamLoader |
An
ModelLoader that can use media store uris to open pre-generated thumbnails
from the media store using MediaStore.Images.Thumbnails and
MediaStore.Video.Thumbnails if the requested size is less than or equal to the media store
thumbnail size. |
| StreamByteArrayLoader |
A base class to convert byte arrays to input streams so they can be decoded.
|
| StreamByteArrayLoader.Factory |
Factory for
StreamByteArrayLoader. |
| StreamFileLoader | |
| StreamFileLoader.Factory |
The default factory for
StreamFileLoaders. |
| StreamResourceLoader |
A
ModelLoader For translating android resource id models for local uris into InputStream data. |
| StreamResourceLoader.Factory |
The default factory for
StreamResourceLoaders. |
| StreamStringLoader |
A
ModelLoader for translating String models, such as file paths or remote urls, into
InputStream data. |
| StreamStringLoader.Factory |
The default factory for
StreamStringLoaders. |
| StreamUriLoader |
A
ModelLoader for translating uri models into InputStream data. |
| StreamUriLoader.Factory |
THe default factory for
StreamUriLoaders. |
| StreamUrlLoader |
A wrapper class that translates
URL objects into GlideUrl
objects and then uses the wrapped ModelLoader for
GlideUrls to load the InputStream data. |
| StreamUrlLoader.Factory |
The default factory for
StreamUrlLoaders. |