@Name(value="Sarray") public static class lept.SARRAY extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.SARRAY()
Default native constructor.
|
lept.SARRAY(long size)
Native array allocator.
|
lept.SARRAY(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
array() |
BytePointer |
array(int i) |
lept.SARRAY |
array(int i,
BytePointer array) |
int |
n() |
lept.SARRAY |
n(int n) |
int |
nalloc() |
lept.SARRAY |
nalloc(int nalloc) |
lept.SARRAY |
position(long position) |
int |
refcount() |
lept.SARRAY |
refcount(int refcount) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.SARRAY()
public lept.SARRAY(long size)
Pointer.position(long).public lept.SARRAY(Pointer p)
Pointer.Pointer(Pointer).public lept.SARRAY position(long position)
public lept.SARRAY nalloc(int nalloc)
public lept.SARRAY n(int n)
public lept.SARRAY refcount(int refcount)
@Cast(value="char*") public BytePointer array(int i)
public lept.SARRAY array(int i, BytePointer array)
@MemberGetter @Cast(value="char**") public PointerPointer array()
Copyright © 2016. All rights reserved.