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

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

public class DNCObjectLoader
extends java.lang.Object
implements StreamToGeoObjectConverter<DNCObject>

Given a DataInputStream, this class will parse the next DNCObject


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

Constructor Detail

DNCObjectLoader

public DNCObjectLoader()
Method Detail

readNext

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


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