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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected void
finalize()
boolean
hasNext()
DataRecord
next()
void
setQuerier(FDSNDataSelectQuerier q)
-
-
-
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 classjava.lang.Object
- Throws:
java.lang.Throwable
-
setQuerier
public void setQuerier(FDSNDataSelectQuerier q)
-
-