public interface IPointReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TimeValuePair |
currentTimeValuePair() |
boolean |
hasNextTimeValuePair() |
TimeValuePair |
nextTimeValuePair() |
boolean hasNextTimeValuePair()
throws IOException
IOExceptionTimeValuePair nextTimeValuePair() throws IOException
IOExceptionTimeValuePair currentTimeValuePair() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.