Package com.google.api.client.util
Class Charsets
- java.lang.Object
-
- com.google.api.client.util.Charsets
-
public final class Charsets extends java.lang.ObjectContains constant definitions for some standardCharsetinstances 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 Summary
Fields Modifier and Type Field Description static java.nio.charset.CharsetISO_8859_1ISO-8859-1 charset.static java.nio.charset.CharsetUTF_8UTF-8 charset.
-
Constructor Summary
Constructors Modifier Constructor Description privateCharsets()
-