com.metsci.glimpse.charts.vector.iteration
Class ENCObjectLoader

java.lang.Object
  extended by com.metsci.glimpse.charts.vector.iteration.ENCObjectLoader
All Implemented Interfaces:
StreamToGeoObjectConverter<ENCObject>

public class ENCObjectLoader
extends java.lang.Object
implements StreamToGeoObjectConverter<ENCObject>

Given a DataInputStream, this class will parse the next DNCObject


Constructor Summary
ENCObjectLoader()
           
 
Method Summary
 ENCObject readNext(java.io.DataInputStream dis)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ENCObjectLoader

public ENCObjectLoader()
Method Detail

readNext

public ENCObject readNext(java.io.DataInputStream dis)
                   throws java.io.IOException
Specified by:
readNext in interface StreamToGeoObjectConverter<ENCObject>
Throws:
java.io.IOException


Copyright © 2012 Metron, Inc.. All Rights Reserved.