@Namespace(value="parquet") @Properties(inherit=parquet.class) public class EncryptionAlgorithm extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
EncryptionAlgorithm()
Default native constructor.
|
EncryptionAlgorithm(long size)
Native array allocator.
|
EncryptionAlgorithm(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
AadMetadata |
aad() |
EncryptionAlgorithm |
aad(AadMetadata setter) |
ParquetCipher.type |
algorithm() |
EncryptionAlgorithm |
algorithm(ParquetCipher.type setter) |
EncryptionAlgorithm |
getPointer(long i) |
EncryptionAlgorithm |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public EncryptionAlgorithm()
public EncryptionAlgorithm(long size)
Pointer.position(long)
.public EncryptionAlgorithm(Pointer p)
Pointer(Pointer)
.public EncryptionAlgorithm position(long position)
public EncryptionAlgorithm getPointer(long i)
getPointer
in class Pointer
public ParquetCipher.type algorithm()
public EncryptionAlgorithm algorithm(ParquetCipher.type setter)
@ByRef public AadMetadata aad()
public EncryptionAlgorithm aad(AadMetadata setter)
Copyright © 2022. All rights reserved.