Interface IPointReader
-
- All Known Implementing Classes:
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 java.io.IOException- Throws:
java.io.IOException
-
nextTimeValuePair
TimeValuePair nextTimeValuePair() throws java.io.IOException
- Throws:
java.io.IOException
-
currentTimeValuePair
TimeValuePair currentTimeValuePair() throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
-