public class POIFSReaderEvent extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
documentName  | 
private POIFSDocumentPath | 
path  | 
private DocumentInputStream | 
stream  | 
| Constructor and Description | 
|---|
POIFSReaderEvent(DocumentInputStream stream,
                POIFSDocumentPath path,
                String documentName)
package scoped constructor 
 | 
private DocumentInputStream stream
private POIFSDocumentPath path
private String documentName
POIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName)
stream - the DocumentInputStream, freshly openedpath - the path of the documentdocumentName - the name of the documentpublic DocumentInputStream getStream()
public POIFSDocumentPath getPath()
public String getName()
Copyright © 2015 Open Microscopy Environment