Package com.bumptech.glide.util

Types

Link copied to clipboard
class ByteBufferUtil
Utilities for interacting with java.nio.ByteBuffers.
Link copied to clipboard
class CachedHashCodeArrayMap<K, V>
An ArrayMap that caches its hashCode to support efficient lookup.
Link copied to clipboard
class ContentLengthInputStream : FilterInputStream
Uses the content length as the basis for the return value of available and verifies that at least content length bytes are returned from the various read methods.
Link copied to clipboard
open class ExceptionCatchingInputStream : InputStream
An java.io.InputStream that catches java.io.IOExceptions during read and skip calls and stores them so they can later be handled or thrown.
Link copied to clipboard
class ExceptionPassthroughInputStream : InputStream
An java.io.InputStream that catches, stores and rethrows java.io.IOExceptions during read and skip calls.
Link copied to clipboard
class Executors
Generic Executor implementations.
Link copied to clipboard
open class FixedPreloadSizeProvider<T> : ListPreloader.PreloadSizeProvider<T>
Link copied to clipboard
class GlideSuppliers
Similar to com.google.common.base.
Link copied to clipboard
class LogTime
A class for logging elapsed real time in millis.
Link copied to clipboard
open class LruCache<T, Y>
A general purpose size limited cache that evicts items using an LRU algorithm.
Link copied to clipboard
open class MarkEnforcingInputStream : FilterInputStream
Prevents InputStreams from overflowing their buffer by reading data past their read limit.
Link copied to clipboard
open class MultiClassKey
A key of two Classes to be used in hashed collections.
Link copied to clipboard
class Preconditions
Contains common assertions.
Link copied to clipboard
Indicates that target's visibility can be relaxed to avoid synthetic methods.
Link copied to clipboard
class Util
A collection of assorted utility classes.
Link copied to clipboard
A com.bumptech.glide.ListPreloader.PreloadSizeProvider that will extract the preload size from a given android.view.