public static class StreamByteArrayLoader.Factory extends Object implements ModelLoaderFactory<byte[],InputStream>
StreamByteArrayLoader
.Constructor and Description |
---|
StreamByteArrayLoader.Factory() |
Modifier and Type | Method and Description |
---|---|
ModelLoader<byte[],InputStream> |
build(Context context,
GenericLoaderFactory factories)
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<byte[],InputStream> build(Context context, GenericLoaderFactory factories)
ModelLoaderFactory
build
in interface ModelLoaderFactory<byte[],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 ModelLoader
s that
this factory's ModelLoader
may depend onModelLoader
public void teardown()
ModelLoaderFactory
teardown
in interface ModelLoaderFactory<byte[],InputStream>