| java.lang.Object org.apache.poi.poifs.filesystem.POIFSWriterEvent
POIFSWriterEvent | public class POIFSWriterEvent (Code) | | Class POIFSWriterEvent
author: Marc Johnson (mjohnson at apache dot org) version: %I%, %G% |
POIFSWriterEvent | POIFSWriterEvent(DocumentOutputStream stream, POIFSDocumentPath path, String documentName, int limit)(Code) | | package scoped constructor
Parameters: stream - the DocumentOutputStream, freshly opened Parameters: path - the path of the document Parameters: documentName - the name of the document Parameters: limit - the limit, in bytes, that can be written to thestream |
getLimit | public int getLimit()(Code) | | the limit on writing, in bytes |
|
|