public class TCHAR extends 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,
String string,
boolean terminate) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
length() |
int |
strlen() |
int |
tcharAt(int index) |
String |
toString() |
String |
toString(int start,
int length) |
public char[] chars
public byte[] bytes
public static final int sizeof
public TCHAR(int codePage, int length)
public TCHAR(int codePage, char ch, boolean terminate)
public TCHAR(int codePage, char[] chars, boolean terminate)
public TCHAR(int codePage, String string, boolean terminate)
Copyright © 2017. All Rights Reserved.