Class POIFSLister
java.lang.Object
org.docx4j.org.apache.poi.poifs.dev.POIFSLister
public class POIFSLister
extends java.lang.Object
A lister of the entries in POIFS files.
Much simpler than
POIFSViewer-
Constructor Summary
Constructors Constructor Description POIFSLister() -
Method Summary
Modifier and Type Method Description static voiddisplayDirectory(DirectoryNode dir, java.lang.String indent, boolean withSizes)static voidmain(java.lang.String[] args)Display the entries of multiple POIFS filesstatic voidviewFile(java.lang.String filename, boolean withSizes)static voidviewFileOld(java.lang.String filename, boolean withSizes)
-
Constructor Details
-
POIFSLister
public POIFSLister()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.IOExceptionDisplay the entries of multiple POIFS files- Parameters:
args- the names of the files to be displayed- Throws:
java.io.IOException
-
viewFile
public static void viewFile(java.lang.String filename, boolean withSizes) throws java.io.IOException- Throws:
java.io.IOException
-
viewFileOld
public static void viewFileOld(java.lang.String filename, boolean withSizes) throws java.io.IOException- Throws:
java.io.IOException
-
displayDirectory
-