opennlp.maxent.io
Class ObjectGISModelReader

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

public class ObjectGISModelReader
extends GISModelReader


Constructor Summary
ObjectGISModelReader(ObjectInputStream ois)
          Constructor which directly instantiates the ObjectInputStream 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

ObjectGISModelReader

public ObjectGISModelReader(ObjectInputStream ois)
Constructor which directly instantiates the ObjectInputStream containing the model contents.

Parameters:
dis - The DataInputStream containing the model information.


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