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