Uses of Class
com.ibm.icu.charset.CharsetUTF32
-
Packages that use CharsetUTF32 Package Description com.ibm.icu.charset -
-
Uses of CharsetUTF32 in com.ibm.icu.charset
Subclasses of CharsetUTF32 in com.ibm.icu.charset Modifier and Type Class Description (package private) class
CharsetUTF32BE
The purpose of this class is to set isBigEndian to true and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-32 converter without extra setup work.(package private) class
CharsetUTF32LE
The purpose of this class is to set isBigEndian to false and isEndianSpecified to true in the super class, and to allow the Charset framework to open the variant UTF-32 converter without extra setup work.
-