|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--com.smardec.j2native.Argument
|
+--com.smardec.j2native.ZeroTerminatedString
|
+--com.smardec.j2native.WideString
WideString class is a wrapper for Unicode string (wchar_t *) value and type.
| Field Summary |
| Fields inherited from class com.smardec.j2native.Argument |
JAVA_SIDE, NATIVE_SIDE |
| Constructor Summary | |
WideString()
Constructs an empty string |
|
WideString(java.lang.String string)
Constructs a string with specified value |
|
WideString(java.lang.String string,
int maxSize)
Constructs a string with specified value and sets maximum chars quantity |
|
| Method Summary | |
void |
fromBytesValue(byte[] bytes,
int offset)
Restores itself from provided array of bytes. |
protected byte |
getCharLength()
Returns the character length |
byte[] |
toBytesValue()
Encodes itself and returns it's representation as array of bytes. |
protected void |
toBytesValue(byte[] bytes,
int offset)
Encodes itself to the provided array of bytes. |
| Methods inherited from class com.smardec.j2native.ZeroTerminatedString |
getLength, getMaxSize, getValue, isAutoResize, isFixedLength, read, readFromStack, setAutoResize, setMaxSize, setValue, storeToRAM, write, writeToStack |
| Methods inherited from class com.smardec.j2native.Argument |
clone, finalize, free, getAlignedLength, getResultFlags, readFromRAM, restoreFromRAM, update, writeToRAM |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WideString()
public WideString(java.lang.String string)
string - the value to set.
public WideString(java.lang.String string,
int maxSize)
string - the value to set.maxSize - maximum size of the string argument in characters| Method Detail |
protected byte getCharLength()
ZeroTerminatedString
getCharLength in class ZeroTerminatedStringpublic byte[] toBytesValue()
Argument
toBytesValue in class ArgumentArgument
protected void toBytesValue(byte[] bytes,
int offset)
Argument
toBytesValue in class Argumentbytes - array of bytes to which Argument will be writtenoffset - offset in array
public void fromBytesValue(byte[] bytes,
int offset)
Argument
fromBytesValue in class Argumentbytes - array of bytes from which Argument will be restoredoffset - offset in array
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||