Class CharsetUTF32BE

  • All Implemented Interfaces:
    java.lang.Comparable<java.nio.charset.Charset>

    class CharsetUTF32BE
    extends CharsetUTF32
    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.
    • Constructor Detail

      • CharsetUTF32BE

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