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 void
displayDirectory
(DirectoryNode dir, String indent, boolean withSizes) static void
Display the entries of multiple POIFS filesstatic void
static void
viewFileOld
(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
-