Package com.bumptech.glide.util
Types
Link copied to clipboard
Utilities for interacting with java.nio.ByteBuffers.
Link copied to clipboard
An ArrayMap that caches its hashCode to support efficient lookup.
Link copied to clipboard
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
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
An java.io.InputStream that catches, stores and rethrows java.io.IOExceptions during read and skip calls.
Link copied to clipboard
open class FixedPreloadSizeProvider<T> : ListPreloader.PreloadSizeProvider<T>
Content copied to clipboard
A com.bumptech.glide.ListPreloader.PreloadSizeProvider with a fixed width and height.
Link copied to clipboard
Similar to com.google.common.base.
Link copied to clipboard
Prevents InputStreams from overflowing their buffer by reading data past their read limit.
Link copied to clipboard
A key of two Classes to be used in hashed collections.
Link copied to clipboard
Contains common assertions.
Link copied to clipboard
Indicates that target's visibility can be relaxed to avoid synthetic methods.
Link copied to clipboard
open class ViewPreloadSizeProvider<T> : ListPreloader.PreloadSizeProvider<T> , SizeReadyCallback
Content copied to clipboard
A com.bumptech.glide.ListPreloader.PreloadSizeProvider that will extract the preload size from a given android.view.