Class CompressionTableGenerator


  • class CompressionTableGenerator
    extends java.lang.Object
    Utility class to generate the tables used by the SCSU interface and the UnicodeCompressor class.
    Version:
    1.0 08 Mar 99
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] argv)  
      (package private) static void printOffsetTable()
      Generate the table used as sOffsetTable in SCSU.
      (package private) static void printSingleTagTable()
      Generate the table used as sSingleTagTable in UnicodeCompressor.
      (package private) static void printUnicodeTagTable()
      Generate the table used as sUnicodeTagTable in This table contains boolean values indicating if a byte is a unicode mode tag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait