Package com.bumptech.glide.load

Types

Link copied to clipboard
enum DataSource
Indicates the origin of some retrieved data.
Link copied to clipboard
enum DecodeFormat
Options for setting the value of getConfig for s returned by com.bumptech.glide.load.ResourceDecoders.
Link copied to clipboard
interface Encoder<T>
An interface for writing data to some persistent data store (i.e.
Link copied to clipboard
enum EncodeStrategy
Details how an com.bumptech.glide.load.ResourceEncoder will encode a resource to cache.
Link copied to clipboard
class HttpException : IOException
Thrown when an http request fails.
Link copied to clipboard
interface ImageHeaderParser
Interface for the ImageHeaderParser.
Link copied to clipboard
class ImageHeaderParserUtils
Utilities for the ImageHeaderParser.
Link copied to clipboard
interface Key
An interface that uniquely identifies some put of data.
Link copied to clipboard
open class MultiTransformation<T> : Transformation<T>
A transformation that applies one or more transformations in iteration order to a resource.
Link copied to clipboard
class Option<T>
Defines available component (decoders, encoders, model loaders etc.
Link copied to clipboard
class Options : Key
A set of Options to apply to in memory and disk cache keys.
Link copied to clipboard
enum PreferredColorSpace
Glide's supported handling of color spaces on Android O+, defaults to null.
Link copied to clipboard
interface ResourceDecoder<T, Z>
An interface for decoding resources.
Link copied to clipboard
interface ResourceEncoder<T> : Encoder<T>
An interface for writing data from a resource to some persistent data store (i.e.
Link copied to clipboard
interface Transformation<T> : Key
A class for performing an arbitrary transformation on a resource that implements equals and hashCode} to identify the transformation in the memory cache and updateDiskCacheKey} to identify the transformation in disk caches.