DataType - The data that is being read in.public interface SeekableTemporalDataReadChannel<DataType extends Temporal> extends TemporalDataReadChannel<DataType>
SeekableTemporalDataReadChannel interface extends the
TemporalDataReadChannel interface to give the ability to seek around in
the temporal data based on a time coordinate.| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getMaxTime()
The maximum time coordinate on the reader.
|
java.util.Date |
getMinTime()
The minimum time coordinate on the reader.
|
boolean |
seek(java.util.Date time)
Seeks to the given time in the data.
|
readboolean seek(java.util.Date time)
time - The time to seek to.java.util.Date getMinTime()
java.util.Date getMaxTime()