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
 
 
 
- 
 public class BinaryGISModelReader extends GISModelReader A reader for GIS models stored in binary format.
- 
- 
Constructor SummaryConstructors Constructor Description BinaryGISModelReader(DataInputStream dis)Constructor which directly instantiates the DataInputStream containing the model contents.
 - 
Method Summary- 
Methods inherited from class opennlp.tools.ml.maxent.io.GISModelReadercheckModelType, constructModel
 - 
Methods inherited from class opennlp.tools.ml.model.AbstractModelReadergetModel, readDouble, readInt, readUTF
 
- 
 
- 
- 
- 
Constructor Detail- 
BinaryGISModelReaderpublic BinaryGISModelReader(DataInputStream dis) Constructor which directly instantiates the DataInputStream containing the model contents.- Parameters:
- dis- The DataInputStream containing the model information.
 
 
- 
 
-