public static class UriLoader.StreamFactory extends Object implements ModelLoaderFactory<Uri,InputStream>, UriLoader.LocalUriFetcherFactory<InputStream>
InputStreams from Uris.| Constructor and Description |
|---|
StreamFactory(ContentResolver contentResolver) |
| Modifier and Type | Method and Description |
|---|---|
ModelLoader<Uri,InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
DataFetcher<InputStream> |
build(Uri uri) |
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public StreamFactory(ContentResolver contentResolver)
public DataFetcher<InputStream> build(Uri uri)
build in interface UriLoader.LocalUriFetcherFactory<InputStream>public ModelLoader<Uri,InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactorybuild in interface ModelLoaderFactory<Uri,InputStream>multiFactory - A map of classes to factories that can be used to construct additional
ModelLoaders that this factory's ModelLoader may depend onModelLoaderpublic void teardown()
ModelLoaderFactoryteardown in interface ModelLoaderFactory<Uri,InputStream>