Class PLCDumper


  • public final class PLCDumper
    extends java.lang.Object
    For dumping out the PLC contents of QC Bits of a HPBF (Publisher) file, while we try to figure out what the format of them is.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • PLCDumper

        public PLCDumper​(POIFSFileSystem fs)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • PLCDumper

        public PLCDumper​(java.io.InputStream inp)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception