Package edu.sc.seis.seisFile.mseed
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()DataRecordnext()voidsetQuerier(FDSNDataSelectQuerier q)
-
-
-
Method Detail
-
hasNext
public boolean hasNext() throws SeedFormatException, java.io.IOException- Throws:
SeedFormatExceptionjava.io.IOException
-
next
public DataRecord next() throws SeedFormatException, java.io.IOException
- Throws:
SeedFormatExceptionjava.io.IOException
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable
-
setQuerier
public void setQuerier(FDSNDataSelectQuerier q)
-
-