Package com.bumptech.glide.load.model
Types
Link copied to clipboard
Loads a specific data type from an Asset Manager Uri.
Link copied to clipboard
A base class to convert byte arrays to input streams so they can be decoded.
Link copied to clipboard
Writes ByteBuffers to Files.
Link copied to clipboard
Loads java.nio.ByteBuffers using NIO for java.io.File.
Link copied to clipboard
A simple model loader for loading data from a Data URL String.
Link copied to clipboard
A simple model loader for loading data from Files.
Link copied to clipboard
An interface for lazily creating headers that allows expensive to calculate headers (oauth for example) to be generated in the background during the first fetch.
Link copied to clipboard
A wrapper class for a set of headers to be included in a Glide request, allowing headers to be constructed lazily.
Link copied to clipboard
Loads the file path for MediaStore owned uris.
Link copied to clipboard
A simple cache that can be used by ModelLoader and ModelLoaderFactory to cache some data for a given model, width and height.
Link copied to clipboard
A factory interface for translating an arbitrarily complex data model into a concrete data type that can be used by an DataFetcher to obtain the data for a resource represented by the model.
Link copied to clipboard
An interface for creating a ModelLoader for a given model type.
Link copied to clipboard
Maintains an ordered put of ModelLoaders and the model and data types they handle in order from highest priority to lowest.
Link copied to clipboard
Capable of building an ModelLoader that wraps one or more other ModelLoaders for a given model and data class.
Link copied to clipboard
A model loader for handling Android resource files.
Link copied to clipboard
An com.bumptech.glide.load.Encoder that can write an java.io.InputStream to disk.
Link copied to clipboard
A model loader for handling certain string models.
Link copied to clipboard
A put of helper classes that performs no loading and instead always returns the given model as the data to decode.
Link copied to clipboard
Handles http/https Uris by delegating to the ModelLoader for GlideUrls.