public class CString extends UnsupportedC implements __ptr__, Area
| Constructor and Description |
|---|
CString(int size) |
CString(java.lang.String string) |
| Modifier and Type | Method and Description |
|---|---|
__ptr__ |
addVirtualBytes(int bytes) |
char |
charAt(int i) |
int |
compareTo(CString other) |
int |
compareTo(CString other,
int num) |
void |
copyFrom(CString source,
int nb) |
CString |
duplicate() |
java.lang.String |
getContent() |
ST_refstr_t |
getParent() |
int |
getUid() |
boolean |
isSame(CString other) |
boolean |
isSameThan(CString other) |
int |
length() |
void |
memcopyFrom(Area source) |
CString |
plus(int pointerMove) |
char |
setCharAt(int i,
char c) |
void |
setParent(ST_refstr_t struct) |
CString |
strchr(char c) |
CString |
strdup() |
java.lang.String |
toString() |
castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcastTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, setDouble, setInt, setPtr, setStruct, unsupportedsetDouble, setInt, setPtr, setStructpublic boolean isSameThan(CString other)
public void memcopyFrom(Area source)
memcopyFrom in interface Areapublic CString duplicate()
public CString strdup()
public __ptr__ addVirtualBytes(int bytes)
addVirtualBytes in interface __ptr__addVirtualBytes in class UnsupportedCpublic ST_refstr_t getParent()
public void setParent(ST_refstr_t struct)
public CString plus(int pointerMove)
plus in interface __ptr__plus in class UnsupportedCpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getContent()
public char charAt(int i)
public char setCharAt(int i,
char c)
public int length()
public int compareTo(CString other)
public int compareTo(CString other, int num)
public void copyFrom(CString source, int nb)
public CString strchr(char c)
public boolean isSame(CString other)
public int getUid()