public class WideChar extends DelegatingParameter
wchar_t)LICENSE_TYPE, V| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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() |
acceptIOPerformer, getDataBuffer, getDataBufferOffset, getDebugInfo, getValueObject, pop, push, read, setDataBuffer, setValueObject, writeasReturnValue, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, hashCode, indent, read, read, toByteArray, writepublic 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.public int getLength()
Parametersizeof() operator.getLength in class DelegatingParameterpublic char getValue()
public void setValue(char value)
public java.lang.String toString()
toString in class DelegatingParameterpublic Char toChar()