public class DataRecordIterator
extends java.lang.Object
Constructor and Description |
---|
DataRecordIterator(java.io.DataInput in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
finalize() |
boolean |
hasNext() |
DataRecord |
next() |
void |
setQuerier(FDSNDataSelectQuerier q) |
public boolean hasNext() throws SeedFormatException, java.io.IOException
SeedFormatException
java.io.IOException
public DataRecord next() throws SeedFormatException, java.io.IOException
SeedFormatException
java.io.IOException
public void close()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public void setQuerier(FDSNDataSelectQuerier q)