Class POIFSReaderEvent
- java.lang.Object
-
- org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent
-
public class POIFSReaderEvent extends Object
Class POIFSReaderEvent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
POIFSDocumentPath
getPath()
ClassID
getStorageClassId()
DocumentInputStream
getStream()
-
-
-
Method Detail
-
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
-
getStorageClassId
public ClassID getStorageClassId()
- Returns:
- the storage class id of the path
-
-