Class BinaryGISModelReader


  • public class BinaryGISModelReader
    extends GISModelReader
    A reader for GIS models stored in binary format.
    • Constructor Detail

      • BinaryGISModelReader

        public BinaryGISModelReader​(java.io.DataInputStream dis)
        Constructor which directly instantiates the DataInputStream containing the model contents.
        Parameters:
        dis - The DataInputStream containing the model information.