public final class Charsets
extends java.lang.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 java.nio.charset.Charset |
ISO_8859_1
ISO-8859-1 charset.
|
static java.nio.charset.Charset |
UTF_8
UTF-8 charset.
|
Copyright © 2011-2018 Google. All Rights Reserved.