| Package | Description | 
|---|---|
| loci.poi.poifs.eventfilesystem | The eventfilesystem is an efficient method for reading OLE 2 CDF files. | 
| loci.poi.poifs.filesystem | filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| POIFSDocumentPath | POIFSReaderEvent. getPath() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | POIFSReader. registerListener(POIFSReaderListener listener,
                POIFSDocumentPath path,
                String name)Register a POIFSReaderListener for a document in the specified
 directory | 
| Modifier and Type | Method and Description | 
|---|---|
| POIFSDocumentPath | POIFSDocumentPath. getParent()Returns the path's parent or  nullif this path
 is the root path. | 
| POIFSDocumentPath | POIFSWriterEvent. getPath() | 
| POIFSDocumentPath | DirectoryNode. getPath() | 
| Constructor and Description | 
|---|
| DocumentDescriptor(POIFSDocumentPath path,
                  String name)Trivial constructor | 
| POIFSDocument(String name,
             int size,
             POIFSDocumentPath path,
             POIFSWriterListener writer,
             int blockSize)Constructor | 
| POIFSDocumentPath(POIFSDocumentPath path,
                 String[] components)constructor that adds additional subdirectories to an existing
 path | 
Copyright © 2014 Open Microscopy Environment