opennlp.maxent.io
Class BinaryGISModelReader

java.lang.Object
  extended by opennlp.model.AbstractModelReader
      extended by opennlp.maxent.io.GISModelReader
          extended by opennlp.maxent.io.BinaryGISModelReader

public class BinaryGISModelReader
extends GISModelReader

A reader for GIS models stored in binary format.


Constructor Summary
BinaryGISModelReader(DataInputStream dis)
          Constructor which directly instantiates the DataInputStream containing the model contents.
 
Method Summary
 
Methods inherited from class opennlp.maxent.io.GISModelReader
checkModelType, constructModel
 
Methods inherited from class opennlp.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinaryGISModelReader

public BinaryGISModelReader(DataInputStream dis)
Constructor which directly instantiates the DataInputStream containing the model contents.

Parameters:
dis - The DataInputStream containing the model information.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.