Package com.drew.lang
Class Charsets
java.lang.Object
com.drew.lang.Charsets
Holds a set of commonly used character encodings.
Newer JDKs include java.nio.charset.StandardCharsets, but we cannot use that in this library.
- Author:
- Drew Noakes https://drewnoakes.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UTF_8
-
UTF_16
-
ISO_8859_1
-
ASCII
-
UTF_16BE
-
UTF_16LE
-
WINDOWS_1252
-
-
Constructor Details
-
Charsets
public Charsets()
-