|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopennlp.model.AbstractModelReader
opennlp.maxent.io.GISModelReader
opennlp.maxent.io.BinaryGISModelReader
public class BinaryGISModelReader
A reader for GIS models stored in binary format.
Constructor Summary | |
---|---|
BinaryGISModelReader(java.io.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 |
---|
public BinaryGISModelReader(java.io.DataInputStream dis)
dis
- The DataInputStream containing the model information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |