@Name(value="L_Bytea") @Properties(inherit=lept.class) public class L_BYTEA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| 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) |
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, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic L_BYTEA()
public L_BYTEA(long size)
Pointer.position(long).public L_BYTEA(Pointer p)
Pointer.Pointer(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 © 2019. All rights reserved.