Package com.drew.lang
Class Charsets
java.lang.Object
com.drew.lang.Charsets
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Holds a set of commonly used character encodings.
Newer JDKs include java.nio.charset.StandardCharsets, but we cannot use that in this library.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UTF_8
Deprecated. -
UTF_16
Deprecated. -
ISO_8859_1
Deprecated. -
ASCII
Deprecated. -
UTF_16BE
Deprecated. -
UTF_16LE
Deprecated. -
WINDOWS_1252
Deprecated.
-
-
Constructor Details
-
Charsets
public Charsets()Deprecated.
-