Package org.apache.poi.poifs.filesystem
Class POIFSWriterEvent
- java.lang.Object
-
- org.apache.poi.poifs.filesystem.POIFSWriterEvent
-
public class POIFSWriterEvent extends java.lang.Object
Class POIFSWriterEvent
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLimit()
java.lang.String
getName()
POIFSDocumentPath
getPath()
DocumentOutputStream
getStream()
-
-
-
Method Detail
-
getStream
public DocumentOutputStream getStream()
- Returns:
- the DocumentOutputStream, freshly opened
-
getPath
public POIFSDocumentPath getPath()
- Returns:
- the document's path
-
getName
public java.lang.String getName()
- Returns:
- the document's name
-
getLimit
public int getLimit()
- Returns:
- the limit on writing, in bytes
-
-