public class uint8_tArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
uint8_tArray(int nelements) |
protected |
uint8_tArray(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
SWIGTYPE_p_unsigned_char |
cast() |
void |
delete() |
protected void |
finalize() |
static uint8_tArray |
frompointer(SWIGTYPE_p_unsigned_char t) |
protected static long |
getCPtr(uint8_tArray obj) |
short |
getitem(int index) |
void |
setitem(int index,
short value) |
protected uint8_tArray(long cPtr, boolean cMemoryOwn)
public uint8_tArray(int nelements)
protected static long getCPtr(uint8_tArray obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public short getitem(int index)
public void setitem(int index, short value)
public SWIGTYPE_p_unsigned_char cast()
public static uint8_tArray frompointer(SWIGTYPE_p_unsigned_char t)