Package edu.sc.seis.seisFile.mseed
Class DataRecordIterator
java.lang.Object
edu.sc.seis.seisFile.mseed.DataRecordIterator
public class DataRecordIterator
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description DataRecordIterator(java.io.DataInput in) -
Method Summary
Modifier and Type Method Description voidclose()protected voidfinalize()booleanhasNext()DataRecordnext()voidsetQuerier(FDSNDataSelectQuerier q)Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataRecordIterator
public DataRecordIterator(java.io.DataInput in)
-
-
Method Details
-
hasNext
- Throws:
SeedFormatExceptionjava.io.IOException
-
next
- Throws:
SeedFormatExceptionjava.io.IOException
-
close
public void close() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalizein classjava.lang.Object- Throws:
java.lang.Throwable
-
setQuerier
-