Class DataRecordIterator

java.lang.Object
edu.sc.seis.seisFile.mseed.DataRecordIterator
All Implemented Interfaces:
java.lang.AutoCloseable

public class DataRecordIterator
extends java.lang.Object
implements java.lang.AutoCloseable
  • Constructor Summary

    Constructors
    Constructor Description
    DataRecordIterator​(java.io.DataInput in)  
  • Method Summary

    Modifier and Type Method Description
    void close()  
    boolean hasNext()  
    DataRecord next()  
    void setQuerier​(FDSNDataSelectQuerier q)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait