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