Package org.apache.poi.hsmf.dev
Class HSMFDump
- java.lang.Object
-
- org.apache.poi.hsmf.dev.HSMFDump
-
public class HSMFDump extends java.lang.Object
Dumps out the chunk details, and where possible contents
-
-
Constructor Summary
Constructors Constructor Description HSMFDump(POIFSFileSystem fs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump()
void
dump(java.io.PrintStream out)
static void
main(java.lang.String[] args)
-
-
-
Constructor Detail
-
HSMFDump
public HSMFDump(POIFSFileSystem fs)
-
-
Method Detail
-
dump
public void dump() throws java.io.IOException
- Throws:
java.io.IOException
-
dump
public void dump(java.io.PrintStream out) throws java.io.IOException
- Throws:
java.io.IOException
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-