Package org.apache.poi.hpbf.dev
Class PLCDumper
- java.lang.Object
-
- org.apache.poi.hpbf.dev.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.
-
-
Constructor Summary
Constructors Constructor Description PLCDumper(java.io.InputStream inp)
PLCDumper(HPBFDocument hpbfDoc)
PLCDumper(POIFSFileSystem fs)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Constructor Detail
-
PLCDumper
public PLCDumper(HPBFDocument hpbfDoc)
-
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
-
-