public class CString extends UnsupportedC implements __ptr__, Area
Constructor and Description |
---|
CString(int size) |
CString(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() |
String |
getContent() |
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 |
setMyFather(__ptr__ struct) |
CString |
strchr(char c) |
CString |
strdup() |
String |
toString() |
call, castTo, comparePointer, copyDataFrom, copyDataFrom, getArrayOfCString, getArrayOfInteger, getArrayOfPtr, getArrayOfStruct, getBoolean, getCString, getDebug, getDouble, getDouble, getInt, getInt, getPtr, getPtr, getStruct, getStruct, minus, setBoolean, setCString, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
call, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, setDouble, setInt, setPtr, setStruct, unsupported
getArrayOfCString, getArrayOfInteger, getArrayOfPtr, getArrayOfStruct, getBoolean, getCString, getDouble, getInt, getPtr, getStruct, setBoolean, setCString, setDouble, setInt, setPtr, setStruct
public CString(String string)
public CString(int size)
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 CString plus(int pointerMove)
plus
in interface __ptr__
plus
in class UnsupportedC
public 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 void setMyFather(__ptr__ struct)
public int getUid()
Copyright © 2016. All Rights Reserved.