StreamFactory
Factory for loading InputStreams from data uris.
Parameters
<Model>
The type of Model we can obtain data for, e.g. String.
Constructors
Functions
Link copied to clipboard
open fun build(multiFactory: MultiModelLoaderFactory): ModelLoader<Model, InputStream>
Content copied to clipboard
Build a concrete ModelLoader for this model type.