Package com.bumptech.glide.load.engine

Types

Link copied to clipboard
open class DecodePath<DataType, ResourceType, Transcode>
Attempts to decode and transcode resource type from a given data type.
Link copied to clipboard
abstract class DiskCacheStrategy
Set of available caching strategies for media.
Link copied to clipboard
Responsible for starting loads and managing active and cached resources.
Link copied to clipboard
class GlideException : Exception
An exception with zero or more causes indicating why a load in Glide failed.
Link copied to clipboard
interface Initializable
A callback allowing a resource to do some optimization on a background thread before being returned to the ui.
Link copied to clipboard
open class LoadPath<Data, ResourceType, Transcode>
For a given com.bumptech.glide.load.data.DataFetcher for a given data class, attempts to fetch the data and then run it through one or more s.
Link copied to clipboard
interface Resource<Z>
A resource interface that wraps a particular type so that it can be pooled and reused.