Package loci.poi.poifs.eventfilesystem
Class POIFSReaderEvent
- java.lang.Object
-
- loci.poi.poifs.eventfilesystem.POIFSReaderEvent
-
public class POIFSReaderEvent extends Object
Class POIFSReaderEvent- Version:
- %I%, %G%
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
POIFSDocumentPath
getPath()
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
-
-