Class CharsetMBCS.MBCSHeader

  • Enclosing class:
    CharsetMBCS

    static final class CharsetMBCS.MBCSHeader
    extends java.lang.Object
    MBCS data header. See data format description above.
    • Field Detail

      • version

        byte[] version
      • countStates

        int countStates
      • countToUFallbacks

        int countToUFallbacks
      • offsetToUCodeUnits

        int offsetToUCodeUnits
      • offsetFromUTable

        int offsetFromUTable
      • offsetFromUBytes

        int offsetFromUBytes
      • flags

        int flags
      • fromUBytesLength

        int fromUBytesLength
      • options

        int options
      • fullStage2Length

        int fullStage2Length
    • Constructor Detail

      • MBCSHeader

        MBCSHeader()