|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.DelegatingParameter
com.jniwrapper.WideChar
Represents a Unicode character (wchar_t)
| Field Summary |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
WideChar()
Constructs a new wchar_t parameter. |
|
WideChar(char c)
Constructs a new wchar_t parameter. |
|
WideChar(WideChar t)
Constructs a new wchar_t parameter. |
|
| Method Summary | |
java.lang.Object |
clone()
|
int |
getLength()
Returns the length of the parameter in memory. |
char |
getValue()
Returns a value of this parameters as Unicode character. |
void |
setValue(char value)
Sets this parameter to the given Unicode character value. |
Char |
toChar()
|
java.lang.String |
toString()
|
| Methods inherited from class com.jniwrapper.DelegatingParameter |
acceptIOPerformer, getDataBuffer, getDataBufferOffset, getDebugInfo, getValueObject, pop, push, read, setDataBuffer, setValueObject, write |
| Methods inherited from class com.jniwrapper.Parameter |
asReturnValue, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, hashCode, indent, read, read, toByteArray, write |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WideChar()
wchar_t parameter.
public WideChar(char c)
wchar_t parameter.
c - the initial value.public WideChar(WideChar t)
wchar_t parameter.
t - a parameter to get the initial value from.| Method Detail |
public int getLength()
Parametersizeof() operator.
getLength in class DelegatingParameterpublic java.lang.Object clone()
clone in class Parameterpublic char getValue()
public void setValue(char value)
public java.lang.String toString()
toString in class DelegatingParameterpublic Char toChar()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||