@Deprecated public final class Charsets extends Object
Charset
instances that are guaranteed to
be supported by all Java platform implementations.
NOTE: this is a copy of a subset of Guava's Charsets
. The
implementation must match as closely as possible to Guava's implementation.
Modifier and Type | Field and Description |
---|---|
static Charset |
ISO_8859_1
Deprecated.
ISO-8859-1 charset.
|
static Charset |
UTF_8
Deprecated.
UTF-8 charset.
|
Copyright © 2011–2022 Google. All rights reserved.