Class POIFSDump
java.lang.Object
org.docx4j.org.apache.poi.poifs.dev.POIFSDump
Dump internal structure of a OLE2 file into file system
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddump(DirectoryEntry root, File parent) static voiddump(NPOIFSFileSystem fs, int startBlock, String name, File parent) protected static HeaderBlockprotected static NPropertyTablestatic void
-
Constructor Details
-
POIFSDump
public POIFSDump()
-
-
Method Details
-
main
- Throws:
Exception
-
getHeaderBlock
- Throws:
Exception
-
getPropertyTable
- Throws:
Exception
-
dump
- Throws:
IOException
-
dump
public static void dump(NPOIFSFileSystem fs, int startBlock, String name, File parent) throws IOException - Throws:
IOException
-