@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class FileCryptoMetaData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FileCryptoMetaData(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
EncryptionAlgorithm |
encryption_algorithm() |
String |
key_metadata() |
static FileCryptoMetaData |
Make(byte[] serialized_metadata,
int[] metadata_len) |
static FileCryptoMetaData |
Make(ByteBuffer serialized_metadata,
IntBuffer metadata_len) |
static FileCryptoMetaData |
Make(BytePointer serialized_metadata,
IntPointer metadata_len) |
void |
WriteTo(OutputStream dst) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FileCryptoMetaData(Pointer p)
Pointer(Pointer)
.@SharedPtr public static FileCryptoMetaData Make(@Cast(value="const uint8_t*") BytePointer serialized_metadata, @Cast(value="uint32_t*") IntPointer metadata_len)
@SharedPtr public static FileCryptoMetaData Make(@Cast(value="const uint8_t*") ByteBuffer serialized_metadata, @Cast(value="uint32_t*") IntBuffer metadata_len)
@SharedPtr public static FileCryptoMetaData Make(@Cast(value="const uint8_t*") byte[] serialized_metadata, @Cast(value="uint32_t*") int[] metadata_len)
@ByVal public EncryptionAlgorithm encryption_algorithm()
@StdString public String key_metadata()
public void WriteTo(OutputStream dst)
Copyright © 2022. All rights reserved.