@Immutable public final class CCharset extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CHARSET_ISO_8859_1
The special ANSI charset to be used in all applications.
|
static Charset |
CHARSET_ISO_8859_1_OBJ
The ISO-8859-1 charset object.
|
static String |
CHARSET_SERVICE_LOADER
The charset used by the ServiceLoader to read the service files.
|
static Charset |
CHARSET_SERVICE_LOADER_OBJ
The charset used by the ServiceLoader to read the service files.
|
static String |
CHARSET_US_ASCII
The special US ACSII charset to be used in all applications.
|
static Charset |
CHARSET_US_ASCII_OBJ
The US-ASCII charset object.
|
static String |
CHARSET_UTF_16
The special UTF-16 charset to be used in all applications.
|
static Charset |
CHARSET_UTF_16_OBJ
The UTF-16 charset object.
|
static String |
CHARSET_UTF_16BE
The special UTF-16BE charset to be used in all applications.
|
static Charset |
CHARSET_UTF_16BE_OBJ
The UTF-16BE charset object.
|
static String |
CHARSET_UTF_16LE
The special UTF-16LE charset to be used in all applications.
|
static Charset |
CHARSET_UTF_16LE_OBJ
The UTF-16LE charset object.
|
static String |
CHARSET_UTF_8
The special UTF-8 charset to be used in all applications.
|
static Charset |
CHARSET_UTF_8_OBJ
The UTF-8 charset object.
|
static String |
CHARSET_WINDOWS_1252
The non-standard Windows 1252 charset name.
|
static Charset |
CHARSET_WINDOWS_1252_OBJ
The non-standard Windows 1252 charset object.
|
static String |
DEFAULT_CHARSET
The default charset to be used in all applications.
|
static Charset |
DEFAULT_CHARSET_OBJ
The default charset object.
|
@Nonnull public static final String CHARSET_ISO_8859_1
@Nonnull public static final Charset CHARSET_ISO_8859_1_OBJ
@Nonnull public static final String CHARSET_US_ASCII
@Nonnull public static final Charset CHARSET_US_ASCII_OBJ
@Nonnull public static final String CHARSET_UTF_8
@Nonnull public static final String CHARSET_UTF_16
@Nonnull public static final Charset CHARSET_UTF_16_OBJ
@Nonnull public static final String CHARSET_UTF_16BE
@Nonnull public static final Charset CHARSET_UTF_16BE_OBJ
@Nonnull public static final String CHARSET_UTF_16LE
@Nonnull public static final Charset CHARSET_UTF_16LE_OBJ
@Nonnull public static final String DEFAULT_CHARSET
@Nonnull public static final Charset DEFAULT_CHARSET_OBJ
@Nonnull public static final String CHARSET_SERVICE_LOADER
@Nonnull public static final Charset CHARSET_SERVICE_LOADER_OBJ
@Nonnull public static final String CHARSET_WINDOWS_1252
Copyright © 2014–2015 Philip Helger. All rights reserved.