public final class Charsets
extends java.lang.Object
public static final java.nio.charset.Charset UTF_8
Note for Java 7 and later: this constant should be treated as deprecated; use StandardCharsets.UTF_8 instead.
public static final java.nio.charset.Charset UTF_16LE
Note for Java 7 and later: this constant should be treated as deprecated; use StandardCharsets.UTF_16LE instead.