@Namespace(value="parquet") @NoOffset @Properties(inherit=parquet.class) public class FixedLenByteArray extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FixedLenByteArray() |
FixedLenByteArray(byte[] ptr) |
FixedLenByteArray(ByteBuffer ptr) |
FixedLenByteArray(BytePointer ptr) |
FixedLenByteArray(long size)
Native array allocator.
|
FixedLenByteArray(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
FixedLenByteArray |
getPointer(long i) |
FixedLenByteArray |
position(long position) |
BytePointer |
ptr() |
FixedLenByteArray |
ptr(BytePointer setter) |
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 FixedLenByteArray(Pointer p)
Pointer(Pointer)
.public FixedLenByteArray(long size)
Pointer.position(long)
.public FixedLenByteArray()
public FixedLenByteArray(@Cast(value="const uint8_t*") BytePointer ptr)
public FixedLenByteArray(@Cast(value="const uint8_t*") ByteBuffer ptr)
public FixedLenByteArray position(long position)
public FixedLenByteArray getPointer(long i)
getPointer
in class Pointer
@Cast(value="const uint8_t*") public BytePointer ptr()
public FixedLenByteArray ptr(BytePointer setter)
Copyright © 2022. All rights reserved.