@Name(value="L_Bytea") @Properties(inherit=leptonica.class) public class L_BYTEA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
L_BYTEA()
Default native constructor.
|
L_BYTEA(long size)
Native array allocator.
|
L_BYTEA(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
data()
data array
|
L_BYTEA |
data(BytePointer setter) |
L_BYTEA |
getPointer(long i) |
long |
nalloc()
number of bytes allocated in data array
|
L_BYTEA |
nalloc(long setter) |
L_BYTEA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
L_BYTEA |
refcount(int setter) |
long |
size()
number of bytes presently used
|
L_BYTEA |
size(long 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 L_BYTEA()
public L_BYTEA(long size)
Pointer.position(long)
.public L_BYTEA(Pointer p)
Pointer(Pointer)
.public L_BYTEA getPointer(long i)
getPointer
in class Pointer
public L_BYTEA nalloc(long setter)
public L_BYTEA size(long setter)
public L_BYTEA refcount(int setter)
@Cast(value="l_uint8*") public BytePointer data()
public L_BYTEA data(BytePointer setter)
Copyright © 2024. All rights reserved.