@Name(value="Boxa") public static class lept.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() |
lept.BOX |
box(int i)
box ptr array
|
lept.BOXA |
box(int i,
lept.BOX box) |
lept.BOXA |
box(PointerPointer box) |
int |
n()
number of box in ptr array
|
lept.BOXA |
n(int n) |
int |
nalloc()
number of box ptrs allocated
|
lept.BOXA |
nalloc(int nalloc) |
lept.BOXA |
position(long position) |
int |
refcount()
reference count (1 if no clones)
|
lept.BOXA |
refcount(int refcount) |
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 lept.BOXA n(int n)
public lept.BOXA nalloc(int nalloc)
public lept.BOXA refcount(int refcount)
public lept.BOX box(int i)
@Cast(value="Box**") public PointerPointer box()
public lept.BOXA box(PointerPointer box)
Copyright © 2019. All rights reserved.