public static class AssetUriLoader.StreamFactory extends Object implements ModelLoaderFactory<Uri,InputStream>, AssetUriLoader.AssetFetcherFactory<InputStream>
InputStream
s from asset manager Uris.Constructor and Description |
---|
StreamFactory(AssetManager assetManager) |
Modifier and Type | Method and Description |
---|---|
ModelLoader<Uri,InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
DataFetcher<InputStream> |
buildFetcher(AssetManager assetManager,
String assetPath) |
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public StreamFactory(AssetManager assetManager)
public ModelLoader<Uri,InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<Uri,InputStream>
multiFactory
- A map of classes to factories that can be used to construct additional
ModelLoader
s that this factory's ModelLoader
may depend onModelLoader
public void teardown()
ModelLoaderFactory
teardown
in interface ModelLoaderFactory<Uri,InputStream>
public DataFetcher<InputStream> buildFetcher(AssetManager assetManager, String assetPath)
buildFetcher
in interface AssetUriLoader.AssetFetcherFactory<InputStream>