Class CharsetUTF32LE

All Implemented Interfaces:
Comparable<Charset>

class CharsetUTF32LE extends CharsetUTF32
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-32 converter without extra setup work.
  • Constructor Details

    • CharsetUTF32LE

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