Class POIFSReaderEvent

java.lang.Object
org.docx4j.org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent

public class POIFSReaderEvent extends Object
Class POIFSReaderEvent
Version:
%I%, %G%
  • Field Details

  • Constructor Details

    • POIFSReaderEvent

      POIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName)
      package scoped constructor
      Parameters:
      stream - the DocumentInputStream, freshly opened
      path - the path of the document
      documentName - the name of the document
  • Method Details

    • getStream

      public DocumentInputStream getStream()
      Returns:
      the DocumentInputStream, freshly opened
    • getPath

      public POIFSDocumentPath getPath()
      Returns:
      the document's path
    • getName

      public String getName()
      Returns:
      the document's name