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