StandardCharsets
Class StandardCharsets
- java.lang.Object
-
- java.nio.charset.StandardCharsets
public final class StandardCharsets extends Object
Constant definitions for the standard Charsets
. These charsets are guaranteed to be available on every implementation of the Java platform.
- Since:
- 1.7
- See Also:
- Standard Charsets
Fields
US_ASCII
public static final Charset US_ASCII
Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set
ISO_8859_1
登录查看完整内容