| Package | Description |
|---|---|
| org.bytedeco.arrow | |
| org.bytedeco.arrow.global |
| Modifier and Type | Method and Description |
|---|---|
BufferIteratorResult |
BufferIteratorResult.getPointer(long i) |
BufferIteratorResult |
BufferIteratorResult.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BufferIteratorResult.Equals(BufferIteratorResult other)
Compare to another Result.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferIteratorResult |
arrow.MakeInputStreamIterator(InputStream stream,
long block_size)
\brief Return an iterator on an input stream
The iterator yields a fixed-size block on each Next() call, except the
last block in the stream which may be smaller.
|
Copyright © 2021. All rights reserved.