Package opennlp.tools.ml.maxent.io
Class BinaryGISModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.maxent.io.GISModelReader
opennlp.tools.ml.maxent.io.BinaryGISModelReader
A 
GISModelReader that reads models from a binary format.- 
Constructor SummaryConstructorsConstructorDescriptionInstantiatesBinaryGISModelReadervia aDataInputStreamcontaining the model contents.
- 
Method SummaryMethods inherited from class opennlp.tools.ml.maxent.io.GISModelReadercheckModelType, constructModelMethods inherited from class opennlp.tools.ml.model.AbstractModelReadergetModel, readDouble, readInt, readUTF
- 
Constructor Details- 
BinaryGISModelReaderInstantiatesBinaryGISModelReadervia aDataInputStreamcontaining the model contents.- Parameters:
- dis- The- DataInputStreamcontaining the model information. It must be open and have bytes available.
 
 
-