public class PlainTextGISModelReader extends GISModelReader
Constructor and Description |
---|
PlainTextGISModelReader(BufferedReader br)
Constructor which directly instantiates the BufferedReader containing the
model contents.
|
PlainTextGISModelReader(File f)
Constructor which takes a File and creates a reader for it.
|
checkModelType, constructModel
getModel, readDouble, readInt, readUTF
public PlainTextGISModelReader(BufferedReader br)
br
- The BufferedReader containing the model information.public PlainTextGISModelReader(File f) throws IOException
f
- The File in which the model is stored.IOException
Copyright © 2015 The Apache Software Foundation. All rights reserved.