| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
CompressedOutputStreamResult |
CompressedOutputStreamResult.getPointer(long i) |
static CompressedOutputStreamResult |
CompressedOutputStream.Make(Codec codec,
OutputStream raw) |
static CompressedOutputStreamResult |
CompressedOutputStream.Make(Codec codec,
OutputStream raw,
MemoryPool pool)
\brief Create a compressed output stream wrapping the given output stream.
|
CompressedOutputStreamResult |
CompressedOutputStreamResult.position(long position) |
CompressedOutputStreamResult |
CompressedOutputStreamResult.put(CompressedOutputStreamResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompressedOutputStreamResult.Equals(CompressedOutputStreamResult other)
Compare to another Result.
|
CompressedOutputStreamResult |
CompressedOutputStreamResult.put(CompressedOutputStreamResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
CompressedOutputStreamResult(CompressedOutputStreamResult other)
Copy constructor.
|
Copyright © 2021. All rights reserved.