@Namespace(value="arrow::util") @Properties(inherit=arrow.class) public class Decompressor extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Decompressor.DecompressResult |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Decompressor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DecompressResultResult |
Decompress(long input_len,
byte[] input,
long output_len,
byte[] output) |
DecompressResultResult |
Decompress(long input_len,
ByteBuffer input,
long output_len,
ByteBuffer output) |
DecompressResultResult |
Decompress(long input_len,
BytePointer input,
long output_len,
BytePointer output)
\brief Decompress some input.
|
boolean |
IsFinished()
\brief Return whether the compressed stream is finished.
|
Status |
Reset()
\brief Reinitialize decompressor, making it ready for a new compressed stream.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic Decompressor(Pointer p)
Pointer(Pointer).@ByVal public DecompressResultResult Decompress(@Cast(value="int64_t") long input_len, @Cast(value="const uint8_t*") BytePointer input, @Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") BytePointer output)
@ByVal public DecompressResultResult Decompress(@Cast(value="int64_t") long input_len, @Cast(value="const uint8_t*") ByteBuffer input, @Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") ByteBuffer output)
@ByVal public DecompressResultResult Decompress(@Cast(value="int64_t") long input_len, @Cast(value="const uint8_t*") byte[] input, @Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") byte[] output)
@Cast(value="bool") public boolean IsFinished()
Copyright © 2021. All rights reserved.