Factory

class Factory : DataRewinder.Factory<T>

Factory for producing ParcelFileDescriptorRewinders from ParcelFileDescriptors.

Functions

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