Class POIFSReaderEvent
java.lang.Object
org.docx4j.org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent
public class POIFSReaderEvent
extends java.lang.Object
Class POIFSReaderEvent
- Version:
- %I%, %G%
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetName()POIFSDocumentPathgetPath()DocumentInputStreamgetStream()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getStream
- Returns:
- the DocumentInputStream, freshly opened
-
getPath
- Returns:
- the document's path
-
getName
public java.lang.String getName()- Returns:
- the document's name
-