Factory

open class Factory : DataRewinder.Factory<T>

Factory for com.bumptech.glide.load.resource.bytes.ByteBufferRewinder.

Functions

Link copied to clipboard
open fun build(data: ByteBuffer): DataRewinder<ByteBuffer>
Returns a new com.bumptech.glide.load.data.DataRewinder wrapping the given data.
Link copied to clipboard
open fun getDataClass(): Class<ByteBuffer>
Returns the class of data this factory can produce s for.