Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » eventfilesystem » [javadoc | source]
org.apache.poi.poifs.eventfilesystem
public class: POIFSReaderEvent [javadoc | source]
java.lang.Object
   org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent
Class POIFSReaderEvent
Constructor:
 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 from org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent Summary:
getName,   getPath,   getStream
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent Detail:
 public String getName() 
 public POIFSDocumentPath getPath() 
 public DocumentInputStream getStream()