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