Class POIFSViewer
java.lang.Object
org.docx4j.org.apache.poi.poifs.dev.POIFSViewer
public class POIFSViewer
extends java.lang.Object
A simple viewer for POIFS files
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Constructor Summary
Constructors Constructor Description POIFSViewer() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)Display the contents of multiple POIFS files
-
Constructor Details
-
POIFSViewer
public POIFSViewer()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)Display the contents of multiple POIFS files- Parameters:
args- the names of the files to be displayed
-