Package com.bumptech.glide.load.data
Interface DataRewinder.Factory<T>
- Type Parameters:
T- The type of data that theDataRewinderwill wrap.
- All Known Implementing Classes:
ByteBufferRewinder.Factory,InputStreamRewinder.Factory,ParcelFileDescriptorRewinder.Factory
- Enclosing interface:
- DataRewinder<T>
public static interface DataRewinder.Factory<T>
A factory interface for producing individual
DataRewinders.-
Method Summary
Modifier and TypeMethodDescriptionReturns a newDataRewinderwrapping the given data.Returns the class of data this factory can produceDataRewinders for.
-
Method Details
-
build
Returns a newDataRewinderwrapping the given data. -
getDataClass
Returns the class of data this factory can produceDataRewinders for.
-