public class UnicodeChar extends DelegatingParameter
wchar_t
) for Unix platform.LICENSE_TYPE, V
Constructor and Description |
---|
UnicodeChar()
Constructs a new
wchar_t parameter. |
UnicodeChar(char c)
Constructs a new
wchar_t parameter. |
UnicodeChar(UnicodeChar 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, write
asReturnValue, dataBufferAssigned, equals, getAlignedLength, getAlignmentRequirement, hashCode, indent, read, read, toByteArray, write
public UnicodeChar()
wchar_t
parameter.public UnicodeChar(char c)
wchar_t
parameter.c
- the initial value.public UnicodeChar(UnicodeChar t)
wchar_t
parameter.t
- a parameter to get the initial value from.public int getLength()
Parameter
sizeof()
operator.getLength
in class DelegatingParameter
public char getValue()
public void setValue(char value)
public java.lang.String toString()
toString
in class DelegatingParameter
public Char toChar()