Package org.apache.poi.hpbf.dev
Class HPBFDumper
- java.lang.Object
-
- org.apache.poi.hpbf.dev.HPBFDumper
-
public final class HPBFDumper extends Object
For dumping out the contents of HPBF (Publisher) files, while we try to figure out how they're constructed.
-
-
Constructor Summary
Constructors Constructor Description HPBFDumper(InputStream inp)HPBFDumper(POIFSFileSystem fs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddumpContents()voiddumpCONTENTSguessed(DirectoryNode dir)voiddumpCONTENTSraw(DirectoryNode dir)voiddumpEnvelope()voiddumpEscher()Dump out the escher parts of the file.voiddumpQuill()static voidmain(String[] args)
-
-
-
Constructor Detail
-
HPBFDumper
public HPBFDumper(POIFSFileSystem fs)
-
HPBFDumper
public HPBFDumper(InputStream inp) throws IOException
- Throws:
IOException
-
-
Method Detail
-
dumpEscher
public void dumpEscher() throws IOExceptionDump out the escher parts of the file. Escher -> EscherStm and EscherDelayStm- Throws:
IOException
-
dumpEnvelope
public void dumpEnvelope() throws IOException- Throws:
IOException
-
dumpContents
public void dumpContents() throws IOException- Throws:
IOException
-
dumpCONTENTSraw
public void dumpCONTENTSraw(DirectoryNode dir) throws IOException
- Throws:
IOException
-
dumpCONTENTSguessed
public void dumpCONTENTSguessed(DirectoryNode dir) throws IOException
- Throws:
IOException
-
dumpQuill
public void dumpQuill() throws IOException- Throws:
IOException
-
-