Class DcxImageParser.DcxHeader

  • Enclosing class:
    DcxImageParser

    private static class DcxImageParser.DcxHeader
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DCX_ID  
      int id  
      long[] pageTable  
    • Constructor Summary

      Constructors 
      Constructor Description
      DcxHeader​(int id, long[] pageTable)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dump​(java.io.PrintWriter pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public final int id
      • pageTable

        public final long[] pageTable
    • Constructor Detail

      • DcxHeader

        DcxHeader​(int id,
                  long[] pageTable)
    • Method Detail

      • dump

        public void dump​(java.io.PrintWriter pw)