Factory

class Factory : DataRewinder.Factory<T>

Factory for producing com.bumptech.glide.load.data.InputStreamRewinders from s.

Constructors

Link copied to clipboard
open fun Factory(byteArrayPool: ArrayPool)

Functions

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