public class TextEncoding extends AbstractIntStringValuePair
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CHARSET_ISO_8859_1 |
static java.lang.String |
CHARSET_UTF_16 |
static java.lang.String |
CHARSET_UTF_16_BE_ENCODING_FORMAT |
static java.lang.String |
CHARSET_UTF_16_LE_ENCODING_FORMAT |
static java.lang.String |
CHARSET_UTF_16BE |
static java.lang.String |
CHARSET_UTF_8 |
static byte |
ISO_8859_1 |
static int |
TEXT_ENCODING_FIELD_SIZE |
private static TextEncoding |
textEncodings |
static byte |
UTF_16 |
static byte |
UTF_16BE |
static byte |
UTF_8 |
key
Modifier | Constructor and Description |
---|---|
private |
TextEncoding() |
Modifier and Type | Method and Description |
---|---|
static TextEncoding |
getInstanceOf() |
createMaps, getIdForValue, getValueForId
getAlphabeticalValueList, getIdToValueMap, getSize, getValueToIdMap
public static final java.lang.String CHARSET_ISO_8859_1
public static final java.lang.String CHARSET_UTF_16
public static final java.lang.String CHARSET_UTF_16BE
public static final java.lang.String CHARSET_UTF_8
public static final java.lang.String CHARSET_UTF_16_LE_ENCODING_FORMAT
public static final java.lang.String CHARSET_UTF_16_BE_ENCODING_FORMAT
public static final byte ISO_8859_1
public static final byte UTF_16
public static final byte UTF_16BE
public static final byte UTF_8
public static final int TEXT_ENCODING_FIELD_SIZE
private static TextEncoding textEncodings
public static TextEncoding getInstanceOf()
Copyright © 2005-2013 java.net. All Rights Reserved.