Class Charsets
java.lang.Object
com.google.api.client.util.Charsets
Deprecated.
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 Charsets. The
implementation must match as closely as possible to Guava's implementation.
- Since:
- 1.14
-
Field Details
-
UTF_8
-
ISO_8859_1
-
-
Constructor Details
-
Charsets
private Charsets()Deprecated.
-