public class TCHAR
extends java.lang.Object
Note that unicode characters which can not be found in the platform encoding will be converted to an arbitrary platform specific character.
| Modifier and Type | Field and Description |
|---|---|
byte[] |
bytes |
char[] |
chars |
static int |
sizeof |
| Constructor and Description |
|---|
TCHAR(int codePage,
char[] chars,
boolean terminate) |
TCHAR(int codePage,
char ch,
boolean terminate) |
TCHAR(int codePage,
int length) |
TCHAR(int codePage,
java.lang.String string,
boolean terminate) |
public char[] chars
public byte[] bytes
public static final int sizeof