public class DoubleByteUtil extends Object
Provides constants for understanding numeric codepages, along with utilities to translate these into Java Character Sets.
| Modifier and Type | Field and Description |
|---|---|
static Charset |
BIG5 |
static Set<Charset> |
DOUBLE_BYTE_CHARSETS |
| Constructor and Description |
|---|
DoubleByteUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
cp950ToString(byte[] data,
int offset,
int lengthInBytes)
This tries to convert a LE byte array in cp950
(Microsoft's dialect of Big5) to a String.
|
public static final Charset BIG5
public static String cp950ToString(byte[] data, int offset, int lengthInBytes)