public class ArrowReader extends Object implements AutoCloseable
| Constructor and Description |
|---|
ArrowReader(SeekableByteChannel in,
BufferAllocator allocator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ArrowFooter |
readFooter() |
ArrowRecordBatch |
readRecordBatch(ArrowBlock recordBatchBlock) |
public ArrowReader(SeekableByteChannel in, BufferAllocator allocator)
public ArrowFooter readFooter() throws IOException
IOExceptionpublic ArrowRecordBatch readRecordBatch(ArrowBlock recordBatchBlock) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2016 The Apache Software Foundation. All rights reserved.