Model - The type of Model we can obtain data for, e.g. String.public static final class DataUrlLoader.StreamFactory<Model> extends java.lang.Object implements ModelLoaderFactory<Model,java.io.InputStream>
InputStreams from data uris.| Constructor and Description |
|---|
StreamFactory() |
| Modifier and Type | Method and Description |
|---|---|
ModelLoader<Model,java.io.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.
|
@NonNull public ModelLoader<Model,java.io.InputStream> build(@NonNull MultiModelLoaderFactory multiFactory)
ModelLoaderFactorybuild in interface ModelLoaderFactory<Model,java.io.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<Model,java.io.InputStream>