Package | Description |
---|---|
org.apache.poi.poifs.eventfilesystem |
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
Modifier and Type | Method | Description |
---|---|---|
POIFSDocumentPath |
POIFSReaderEvent.getPath() |
Modifier and Type | Method | Description |
---|---|---|
void |
POIFSReader.registerListener(POIFSReaderListener listener,
POIFSDocumentPath path,
java.lang.String name) |
Register a POIFSReaderListener for a document in the specified
directory
|
Modifier and Type | Method | Description |
---|---|---|
POIFSDocumentPath |
POIFSDocumentPath.getParent() |
Returns the path's parent or
null if this path
is the root path. |
POIFSDocumentPath |
DirectoryNode.getPath() |
|
POIFSDocumentPath |
POIFSWriterEvent.getPath() |
Constructor | Description |
---|---|
DocumentDescriptor(POIFSDocumentPath path,
java.lang.String name) |
Trivial constructor
|
POIFSDocument(java.lang.String name,
int size,
POIFSBigBlockSize bigBlockSize,
POIFSDocumentPath path,
POIFSWriterListener writer) |
Constructor
|
POIFSDocument(java.lang.String name,
int size,
POIFSDocumentPath path,
POIFSWriterListener writer) |
|
POIFSDocumentPath(POIFSDocumentPath path,
java.lang.String[] components) |
constructor that adds additional subdirectories to an existing
path
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.