public static class StreamResourceLoader.Factory extends Objectimplements ModelLoaderFactory <Integer ,InputStream >
StreamResourceLoaders.
| Constructor and Description |
|---|
Factory()
|
| Modifier and Type | Method and Description |
|---|---|
ModelLoader |
build(Context context, GenericLoaderFactory
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 ModelLoader<Integer ,InputStream > build(Context context, GenericLoaderFactory factories)
ModelLoaderFactory
build in interface
ModelLoaderFactory<Integer,InputStream>
context - A context that cannot be retained by the factory but can be retained by the
ModelLoader
factories - A map of classes to factories that can be used to construct additional
ModelLoaders that this factory's
ModelLoader may depend on
ModelLoader
public void teardown()
ModelLoaderFactory