| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
CompressResultResult |
Compressor.Compress(long input_len,
byte[] input,
long output_len,
byte[] output) |
CompressResultResult |
Compressor.Compress(long input_len,
ByteBuffer input,
long output_len,
ByteBuffer output) |
CompressResultResult |
Compressor.Compress(long input_len,
BytePointer input,
long output_len,
BytePointer output)
\brief Compress some input.
|
CompressResultResult |
CompressResultResult.getPointer(long i) |
CompressResultResult |
CompressResultResult.position(long position) |
CompressResultResult |
CompressResultResult.put(CompressResultResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
CompressResultResult |
CompressResultResult.put(CompressResultResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
CompressResultResult(CompressResultResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.