ByteBufferFactory

open class ByteBufferFactory : ModelLoaderFactory<T, Y>

Factory for com.bumptech.glide.load.model.ByteArrayLoader and .

Functions

Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Array<Byte>, ByteBuffer>
Build a concrete ModelLoader for this model type.
Link copied to clipboard
open fun teardown()
A lifecycle method that will be called when this factory is about to replaced.