Package com.ibm.icu.charset
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 com.ibm.icu.charset.CharsetUTF32
CharsetUTF32.CharsetDecoderUTF32, CharsetUTF32.CharsetEncoderUTF32
-
Field Summary
Fields inherited from class com.ibm.icu.charset.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 com.ibm.icu.charset.CharsetUTF32
getUnicodeSetImpl, newDecoder, newEncoder
Methods inherited from class com.ibm.icu.charset.CharsetICU
contains, forNameICU, getCharset, getCompleteUnicodeSet, getNonSurrogateUnicodeSet, getUnicodeSet, isFixedWidth, isSurrogate
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
Constructor Details
-
CharsetUTF32BE
-