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()List<IPageReader>loadPageReaderList()BatchDatanextPageData()
-
-
-
Method Detail
-
hasNextSatisfiedPage
boolean hasNextSatisfiedPage() throws IOException- Throws:
IOException
-
nextPageData
BatchData nextPageData() throws IOException
- Throws:
IOException
-
close
void close() throws IOException- Throws:
IOException
-
loadPageReaderList
List<IPageReader> loadPageReaderList() throws IOException
- Throws:
IOException
-
-