Class ChunkerModelLoader
Loads a Chunker Model for the command line tools.
Note: Do not use this class, internal use only!public class ChunkerModelLoader : ModelLoader<ChunkerModel>
- Inheritance
-
ChunkerModelLoader
- Inherited Members
Constructors
ChunkerModelLoader()
Loads a Chunker Model for the command line tools.
Note: Do not use this class, internal use only!public ChunkerModelLoader()
Methods
LoadModel(Stream)
protected override ChunkerModel LoadModel(Stream modelIn)
Parameters
modelInStream
Returns
Exceptions
- IOException
if the model cannot be read