Package com.bumptech.glide.load.data

Types

Link copied to clipboard
class AssetFileDescriptorLocalUriFetcher : LocalUriFetcher<T>
Fetches an AssetFileDescriptor for a local android.net.
Link copied to clipboard
abstract class AssetPathFetcher<T> : DataFetcher<T>
An abstract class for obtaining data for an asset path using an .
Link copied to clipboard
class BufferedOutputStream : OutputStream
An OutputStream implementation that recycles and re-uses byte[]s using the provided ArrayPool.
Link copied to clipboard
interface DataFetcher<T>
Lazily retrieves data that can be used to load a resource.
Link copied to clipboard
interface DataRewinder<T>
Responsible for rewinding a stream like data types.
Link copied to clipboard
open class DataRewinderRegistry
Stores a mapping of data class to com.bumptech.glide.load.data.DataRewinder.Factory and allows registration of new types and factories.
Link copied to clipboard
class ExifOrientationStream : FilterInputStream
Adds an exif segment with an orientation attribute to a wrapped InputStream containing image data.
Link copied to clipboard
open class FileDescriptorAssetPathFetcher : AssetPathFetcher<T>
Fetches an android.content.res.
Link copied to clipboard
open class FileDescriptorLocalUriFetcher : LocalUriFetcher<T>
Fetches an android.os.
Link copied to clipboard
open class HttpUrlFetcher : DataFetcher<T>
A DataFetcher that retrieves an java.io.InputStream for a Url.
Link copied to clipboard
class InputStreamRewinder : DataRewinder<T>
Implementation for InputStreams that rewinds streams by wrapping them in a buffered stream.
Link copied to clipboard
abstract class LocalUriFetcher<T> : DataFetcher<T>
A DataFetcher that uses an android.content.
Link copied to clipboard
class ParcelFileDescriptorRewinder : DataRewinder<T>
Implementation for ParcelFileDescriptors that rewinds file descriptors by seeking to 0.
Link copied to clipboard
open class StreamAssetPathFetcher : AssetPathFetcher<T>
Fetches an java.io.InputStream for an asset path.
Link copied to clipboard
open class StreamLocalUriFetcher : LocalUriFetcher<T>
Fetches an java.io.InputStream for a local android.net.