Class CharsetUTF32BE
java.lang.Object
java.nio.charset.Charset
com.ibm.icu.charset.CharsetICU
com.ibm.icu.charset.CharsetUTF32
com.ibm.icu.charset.CharsetUTF32BE
- All Implemented Interfaces:
Comparable<Charset>
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.
-
Nested Class Summary
Nested classes/interfaces inherited from class CharsetUTF32
CharsetUTF32.CharsetDecoderUTF32, CharsetUTF32.CharsetEncoderUTF32 -
Field Summary
Fields inherited from class CharsetICU
codepage, conversionType, hasFromUnicodeFallback, hasToUnicodeFallback, icuCanonicalName, maxBytesPerChar, maxCharsPerByte, minBytesPerChar, name, options, platform, ROUNDTRIP_AND_FALLBACK_SET, ROUNDTRIP_SET, subChar, subChar1, subCharLen, unicodeMask -
Constructor Summary
ConstructorsConstructorDescriptionCharsetUTF32BE(String icuCanonicalName, String javaCanonicalName, String[] aliases) -
Method Summary
Methods inherited from class CharsetUTF32
getUnicodeSetImpl, newDecoder, newEncoderMethods inherited from class CharsetICU
contains, forNameICU, getCharset, getCompleteUnicodeSet, getNonSurrogateUnicodeSet, getUnicodeSet, isFixedWidth, isSurrogateMethods inherited from class Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
CharsetUTF32BE
-