Package com.ibm.icu.charset
Class CharsetUTF16BE
java.lang.Object
java.nio.charset.Charset
com.ibm.icu.charset.CharsetICU
com.ibm.icu.charset.CharsetUTF16
com.ibm.icu.charset.CharsetUTF16BE
- 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-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
ConstructorsConstructorDescriptionCharsetUTF16BE
(String icuCanonicalName, String javaCanonicalName, 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
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
-
CharsetUTF16BE
-