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