opennlp.maxent.io
Class BinaryGISModelReader
java.lang.Object
opennlp.model.AbstractModelReader
opennlp.maxent.io.GISModelReader
opennlp.maxent.io.BinaryGISModelReader
public class BinaryGISModelReader
- extends GISModelReader
A reader for GIS models stored in binary format.
BinaryGISModelReader
public BinaryGISModelReader(DataInputStream dis)
- Constructor which directly instantiates the DataInputStream containing the
model contents.
- Parameters:
dis
- The DataInputStream containing the model information.
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.