Class POIFSWriterEvent
java.lang.Object
org.docx4j.org.apache.poi.poifs.filesystem.POIFSWriterEvent
Class POIFSWriterEvent
- Version:
- %I%, %G%
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate intprivate POIFSDocumentPathprivate DocumentOutputStream -
Constructor Summary
ConstructorsConstructorDescriptionPOIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit) package scoped constructor -
Method Summary
-
Field Details
-
stream
-
path
-
documentName
-
limit
private int limit
-
-
Constructor Details
-
POIFSWriterEvent
POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit) package scoped constructor- Parameters:
stream- the DocumentOutputStream, freshly openedpath- the path of the documentdocumentName- the name of the documentlimit- the limit, in bytes, that can be written to the stream
-
-
Method Details
-
getStream
- Returns:
- the DocumentOutputStream, freshly opened
-
getPath
- Returns:
- the document's path
-
getName
- Returns:
- the document's name
-
getLimit
public int getLimit()- Returns:
- the limit on writing, in bytes
-