Package com.ibm.icu.charset
Class CharsetUTF32LE
- java.lang.Object
-
- java.nio.charset.Charset
-
- com.ibm.icu.charset.CharsetICU
-
- com.ibm.icu.charset.CharsetUTF32
-
- com.ibm.icu.charset.CharsetUTF32LE
-
- All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>
class CharsetUTF32LE extends CharsetUTF32
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.
-
-
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
Constructors Constructor Description CharsetUTF32LE(java.lang.String icuCanonicalName, java.lang.String javaCanonicalName, java.lang.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
-
-