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