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, unsupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcall, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, setDouble, setInt, setPtr, setStruct, unsupportedgetArrayOfCString, getArrayOfInteger, getArrayOfPtr, getArrayOfStruct, getBoolean, getCString, getDouble, getInt, getPtr, getStruct, setBoolean, setCString, setDouble, setInt, setPtr, setStructpublic CString(String string)
public CString(int size)
public 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 CString plus(int pointerMove)
plus in interface __ptr__plus in class UnsupportedCpublic 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.