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