Class POIFSReaderEvent
java.lang.Object
org.docx4j.org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent
Class POIFSReaderEvent
- Version:
- %I%, %G%
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate POIFSDocumentPathprivate DocumentInputStream -
Constructor Summary
ConstructorsConstructorDescriptionPOIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName) package scoped constructor -
Method Summary
-
Field Details
-
stream
-
path
-
documentName
-
-
Constructor Details
-
POIFSReaderEvent
POIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName) package scoped constructor- Parameters:
stream- the DocumentInputStream, freshly openedpath- the path of the documentdocumentName- the name of the document
-
-
Method Details
-
getStream
- Returns:
- the DocumentInputStream, freshly opened
-
getPath
- Returns:
- the document's path
-
getName
- Returns:
- the document's name
-