| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
static BufferOutputStreamResult |
BufferOutputStream.Create() |
static BufferOutputStreamResult |
BufferOutputStream.Create(long initial_capacity,
MemoryPool pool)
\brief Create in-memory output stream with indicated capacity using a
memory pool
|
BufferOutputStreamResult |
BufferOutputStreamResult.getPointer(long i) |
BufferOutputStreamResult |
BufferOutputStreamResult.position(long position) |
BufferOutputStreamResult |
BufferOutputStreamResult.put(BufferOutputStreamResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BufferOutputStreamResult.Equals(BufferOutputStreamResult other)
Compare to another Result.
|
BufferOutputStreamResult |
BufferOutputStreamResult.put(BufferOutputStreamResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
BufferOutputStreamResult(BufferOutputStreamResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.