Package org.apache.poi.poifs.dev
Class POIFSLister
java.lang.Object
org.apache.poi.poifs.dev.POIFSLister
A lister of the entries in POIFS files.
Much simpler than
POIFSViewer-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddisplayDirectory(DirectoryNode dir, String indent, boolean withSizes) static voidDisplay the entries of multiple POIFS filesstatic voidstatic voidviewFileOld(String filename, boolean withSizes)
-
Constructor Details
-
POIFSLister
public POIFSLister()
-
-
Method Details
-
main
Display the entries of multiple POIFS files- Parameters:
args- the names of the files to be displayed- Throws:
IOException
-
viewFile
- Throws:
IOException
-
viewFileOld
- Throws:
IOException
-
displayDirectory
-