Package com.bumptech.glide.load.model
Interface UriLoader.LocalUriFetcherFactory<Data>
- Type Parameters:
Data- The type of data the returnedDataFetcherwill obtain.
- All Known Implementing Classes:
UriLoader.AssetFileDescriptorFactory,UriLoader.FileDescriptorFactory,UriLoader.StreamFactory
public static interface UriLoader.LocalUriFetcherFactory<Data>
Factory for obtaining a
DataFetcher for a data type for a particular Uri.-
Method Summary
-
Method Details
-
build
-