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