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 void
close()
protected void
finalize()
boolean
hasNext()
DataRecord
next()
void
setQuerier(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:
SeedFormatException
java.io.IOException
-
next
- Throws:
SeedFormatException
java.io.IOException
-
close
public void close() -
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
finalize
in classjava.lang.Object
- Throws:
java.lang.Throwable
-
setQuerier
-