Class CharsetUTF16BE

All Implemented Interfaces:
Comparable<Charset>

class CharsetUTF16BE extends CharsetUTF16
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.
  • Constructor Details

    • CharsetUTF16BE

      public CharsetUTF16BE(String icuCanonicalName, String javaCanonicalName, String[] aliases)