Package com.bumptech.glide.load.data
package com.bumptech.glide.load.data
-
ClassDescriptionFetches an
AssetFileDescriptorfor a localUri.An abstract class for obtaining data for an asset path using anAssetManager.DataFetcher<T>Lazily retrieves data that can be used to load a resource.Callback that must be called when data has been loaded and is available, or when the load fails.DataRewinder<T>Responsible for rewinding a stream like data types.A factory interface for producing individualDataRewinders.Stores a mapping of data class toDataRewinder.Factoryand allows registration of new types and factories.Adds an exif segment with an orientation attribute to a wrappedInputStreamcontaining image data.Fetches anAssetFileDescriptorfor an asset path.Fetches anParcelFileDescriptorfor a localUri.A DataFetcher that retrieves anInputStreamfor a Url.Implementation forInputStreams that rewinds streams by wrapping them in a buffered stream.Factory for producingInputStreamRewinders fromInputStreams.A DataFetcher that uses anContentResolverto load data from aUripointing to a local resource.Implementation forParcelFileDescriptors that rewinds file descriptors by seeking to 0.Factory for producingParcelFileDescriptorRewinders fromParcelFileDescriptors.Fetches anInputStreamfor an asset path.Fetches anInputStreamfor a localUri.