java.lang.Object | |
↳ | java.nio.charset.StandardCharsets |
Convenient access to the most important built-in charsets.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
ISO_8859_1 | The ISO-8859-1 charset. | |||||||||
|
US_ASCII | The US-ASCII charset. | |||||||||
|
UTF_16 | The UTF-16 charset. | |||||||||
|
UTF_16BE | The UTF-16BE (big-endian) charset. | |||||||||
|
UTF_16LE | The UTF-16LE (little-endian) charset. | |||||||||
|
UTF_8 | The UTF-8 charset. |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|