public static class ResourceLoader.StreamFactory extends Object implements ModelLoaderFactory<Integer,InputStream>
InputStream
s from Android resource ids.Constructor and Description |
---|
StreamFactory(Resources resources) |
Modifier and Type | Method and Description |
---|---|
ModelLoader<Integer,InputStream> |
build(MultiModelLoaderFactory multiFactory)
Build a concrete ModelLoader for this model type.
|
void |
teardown()
A lifecycle method that will be called when this factory is about to replaced.
|
public StreamFactory(Resources resources)
public ModelLoader<Integer,InputStream> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<Integer,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<Integer,InputStream>