public final class CharsetsDeprecated. use java.nio.charset.StandardCharsets
Contains constant definitions for some standard Charset instances that are guaranteed to be supported by all Java platform implementations.
NOTE: this is a copy of a subset of Guava's com.google.common.base.Charsets. The implementation must match as closely as possible to Guava's implementation.
Static Fields
ISO_8859_1 (deprecated)
public static final Charset ISO_8859_1ISO-8859-1 charset.
| Field Value | |
|---|---|
| Type | Description |
Charset |
|
UTF_8 (deprecated)
public static final Charset UTF_8UTF-8 charset.
| Field Value | |
|---|---|
| Type | Description |
Charset |
|