Interface IPointReader
-
- All Known Implementing Classes:
LazyLoadAlignedPagePointReader,TsBlock.TsBlockSingleColumnIterator
public interface IPointReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()TimeValuePaircurrentTimeValuePair()booleanhasNextTimeValuePair()TimeValuePairnextTimeValuePair()
-
-
-
Method Detail
-
hasNextTimeValuePair
boolean hasNextTimeValuePair() throws IOException- Throws:
IOException
-
nextTimeValuePair
TimeValuePair nextTimeValuePair() throws IOException
- Throws:
IOException
-
currentTimeValuePair
TimeValuePair currentTimeValuePair() throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
-