@Namespace(value="arrow::util") @Properties(inherit=arrow.class) public class Compressor extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
Compressor.CompressResult |
static class |
Compressor.EndResult |
static class |
Compressor.FlushResult |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
Compressor(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CompressResultResult |
Compress(long input_len,
byte[] input,
long output_len,
byte[] output) |
CompressResultResult |
Compress(long input_len,
ByteBuffer input,
long output_len,
ByteBuffer output) |
CompressResultResult |
Compress(long input_len,
BytePointer input,
long output_len,
BytePointer output)
\brief Compress some input.
|
EndResultResult |
End(long output_len,
byte[] output) |
EndResultResult |
End(long output_len,
ByteBuffer output) |
EndResultResult |
End(long output_len,
BytePointer output)
\brief End compressing, doing whatever is necessary to end the stream.
|
FlushResultResult |
Flush(long output_len,
byte[] output) |
FlushResultResult |
Flush(long output_len,
ByteBuffer output) |
FlushResultResult |
Flush(long output_len,
BytePointer output)
\brief Flush part of the compressed output.
|
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 Compressor(Pointer p)
Pointer(Pointer).@ByVal public CompressResultResult Compress(@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 CompressResultResult Compress(@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 CompressResultResult Compress(@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)
@ByVal public FlushResultResult Flush(@Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") BytePointer output)
@ByVal public FlushResultResult Flush(@Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") ByteBuffer output)
@ByVal public FlushResultResult Flush(@Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") byte[] output)
@ByVal public EndResultResult End(@Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") BytePointer output)
@ByVal public EndResultResult End(@Cast(value="int64_t") long output_len, @Cast(value="uint8_t*") ByteBuffer output)
Copyright © 2021. All rights reserved.