public class POIFSWriterEvent extends Object
Modifier and Type | Field and Description |
---|---|
private String |
documentName |
private int |
limit |
private POIFSDocumentPath |
path |
private DocumentOutputStream |
stream |
Constructor and Description |
---|
POIFSWriterEvent(DocumentOutputStream stream,
POIFSDocumentPath path,
String documentName,
int limit)
package scoped constructor
|
private DocumentOutputStream stream
private POIFSDocumentPath path
private String documentName
private int limit
POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit)
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
streampublic DocumentOutputStream getStream()
public POIFSDocumentPath getPath()
public String getName()
public int getLimit()
Copyright © 2016 Open Microscopy Environment