edu.sc.seis.seisFile.mseed
Class DataRecordIterator

java.lang.Object
  extended by edu.sc.seis.seisFile.mseed.DataRecordIterator

public class DataRecordIterator
extends java.lang.Object


Constructor Summary
DataRecordIterator(java.io.DataInput in)
           
 
Method Summary
 void close()
           
protected  void finalize()
           
 boolean hasNext()
           
 DataRecord next()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRecordIterator

public DataRecordIterator(java.io.DataInput in)
Method Detail

hasNext

public boolean hasNext()
                throws SeedFormatException,
                       java.io.IOException
Throws:
SeedFormatException
java.io.IOException

next

public DataRecord next()
                throws SeedFormatException,
                       java.io.IOException
Throws:
SeedFormatException
java.io.IOException

close

public void close()

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable