Package com.ibm.icu.charset
Class CharsetUTF16LE
- java.lang.Object
-
- java.nio.charset.Charset
-
- com.ibm.icu.charset.CharsetICU
-
- com.ibm.icu.charset.CharsetUTF16
-
- com.ibm.icu.charset.CharsetUTF16LE
-
- All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>
class CharsetUTF16LE extends CharsetUTF16
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-16 converter without extra setup work.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ibm.icu.charset.CharsetUTF16
CharsetUTF16.CharsetDecoderUTF16, CharsetUTF16.CharsetEncoderUTF16
-
-
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 CharsetUTF16LE(java.lang.String icuCanonicalName, java.lang.String javaCanonicalName, java.lang.String[] aliases)
-
Method Summary
-
Methods inherited from class com.ibm.icu.charset.CharsetUTF16
getUnicodeSetImpl, newDecoder, newEncoder
-
Methods inherited from class com.ibm.icu.charset.CharsetICU
contains, forNameICU, getCharset, getCompleteUnicodeSet, getNonSurrogateUnicodeSet, getUnicodeSet, isFixedWidth, isSurrogate
-
-