Package com.bumptech.glide.load
-
Interface Summary Interface Description Encoder<T> An interface for writing data to some persistent data store (i.e.ImageHeaderParser Interface for the ImageHeaderParser.Key An interface that uniquely identifies some put of data.Option.CacheKeyUpdater<T> An interface that updates aMessageDigestwith the given value as part of a process to generate a disk cache key.ResourceDecoder<T,Z> An interface for decoding resources.ResourceEncoder<T> An interface for writing data from a resource to some persistent data store (i.e.Transformation<T> A class for performing an arbitrary transformation on a resource that implementsKey.equals(Object)andKey.hashCode()} to identify the transformation in the memory cache andKey.updateDiskCacheKey(java.security.MessageDigest)} to identify the transformation in disk caches. -
Class Summary Class Description ImageHeaderParserUtils Utilities for the ImageHeaderParser.MultiTransformation<T> A transformation that applies one or more transformations in iteration order to a resource.Option<T> Defines available component (decoders, encoders, model loaders etc.) options with optional default values and the ability to affect the resource disk cache key used byDiskCacheStrategy.RESOURCE.Options A set ofOptionsto apply to in memory and disk cache keys. -
Enum Summary Enum Description DataSource Indicates the origin of some retrieved data.DecodeFormat EncodeStrategy Details how anResourceEncoderwill encode a resource to cache.ImageHeaderParser.ImageType The format of the image data including whether or not the image may include transparent pixels.PreferredColorSpace Glide's supported handling of color spaces on Android O+, defaults to null. -
Exception Summary Exception Description HttpException Thrown when an http request fails.