| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FlushResultResult |
Compressor.Flush(long output_len,
byte[] output) |
FlushResultResult |
Compressor.Flush(long output_len,
ByteBuffer output) |
FlushResultResult |
Compressor.Flush(long output_len,
BytePointer output)
\brief Flush part of the compressed output.
|
FlushResultResult |
FlushResultResult.getPointer(long i) |
FlushResultResult |
FlushResultResult.position(long position) |
FlushResultResult |
FlushResultResult.put(FlushResultResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
FlushResultResult |
FlushResultResult.put(FlushResultResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
FlushResultResult(FlushResultResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.