@Name(value="Boxa") @Properties(inherit=lept.class) public class BOXA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
BOXA()
Default native constructor.
|
BOXA(long size)
Native array allocator.
|
BOXA(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
box() |
BOX |
box(int i)
box ptr array
|
BOXA |
box(int i,
BOX setter) |
BOXA |
box(PointerPointer setter) |
int |
n()
number of box in ptr array
|
BOXA |
n(int setter) |
int |
nalloc()
number of box ptrs allocated
|
BOXA |
nalloc(int setter) |
BOXA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
BOXA |
refcount(int 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 BOXA()
public BOXA(long size)
Pointer.position(long).public BOXA(Pointer p)
Pointer.Pointer(Pointer).public BOXA n(int setter)
public BOXA nalloc(int setter)
public BOXA refcount(int setter)
public BOX box(int i)
@Cast(value="Box**") public PointerPointer box()
public BOXA box(PointerPointer setter)
Copyright © 2019. All rights reserved.