Package com.bumptech.glide.load.model
Interface AssetUriLoader.AssetFetcherFactory<Data>
- Type Parameters:
Data- The type of data that will be obtained by the fetcher.
- All Known Implementing Classes:
AssetUriLoader.FileDescriptorFactory,AssetUriLoader.StreamFactory
- Enclosing class:
- AssetUriLoader<Data>
public static interface AssetUriLoader.AssetFetcherFactory<Data>
A factory to build a
DataFetcher for a specific asset path.-
Method Summary
-
Method Details
-
buildFetcher
-