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, unsupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, setDouble, setInt, setPtr, setStruct, unsupported
setDouble, setInt, setPtr, setStruct
public boolean isSameThan(CString other)
public void memcopyFrom(Area source)
memcopyFrom
in interface Area
public CString duplicate()
public CString strdup()
public __ptr__ addVirtualBytes(int bytes)
addVirtualBytes
in interface __ptr__
addVirtualBytes
in class UnsupportedC
public ST_refstr_t getParent()
public void setParent(ST_refstr_t struct)
public CString plus(int pointerMove)
plus
in interface __ptr__
plus
in class UnsupportedC
public java.lang.String toString()
toString
in class java.lang.Object
public 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()
Copyright © 2020. All Rights Reserved.