Interface IChunkReader
-
- All Known Implementing Classes:
AlignedChunkReader,ChunkReader
public interface IChunkReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()booleanhasNextSatisfiedPage()java.util.List<IPageReader>loadPageReaderList()BatchDatanextPageData()
-
-
-
Method Detail
-
hasNextSatisfiedPage
boolean hasNextSatisfiedPage() throws java.io.IOException- Throws:
java.io.IOException
-
nextPageData
BatchData nextPageData() throws java.io.IOException
- Throws:
java.io.IOException
-
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
loadPageReaderList
java.util.List<IPageReader> loadPageReaderList() throws java.io.IOException
- Throws:
java.io.IOException
-
-