Class 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.
    • Constructor Detail

      • CharsetUTF16LE

        public CharsetUTF16LE​(java.lang.String icuCanonicalName,
                              java.lang.String javaCanonicalName,
                              java.lang.String[] aliases)