public interface IChunkReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNextSatisfiedPage() |
List<IPageReader> |
loadPageReaderList() |
BatchData |
nextPageData() |
boolean hasNextSatisfiedPage()
throws IOException
IOExceptionBatchData nextPageData() throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionList<IPageReader> loadPageReaderList() throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.