public static class ByteArrayLoader.ByteBufferFactory extends Object implements ModelLoaderFactory<byte[],ByteBuffer>
ByteArrayLoader
and
ByteBuffer
.Constructor and Description |
---|
ByteBufferFactory() |
Modifier and Type | Method and Description |
---|---|
ModelLoader<byte[],ByteBuffer> |
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 ModelLoader<byte[],ByteBuffer> build(MultiModelLoaderFactory multiFactory)
ModelLoaderFactory
build
in interface ModelLoaderFactory<byte[],ByteBuffer>
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<byte[],ByteBuffer>