| Package | Description |
|---|---|
| org.apache.poi.contrib.poibrowser |
|
| 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.
|
| Constructor and Description |
|---|
DocumentDescriptor(java.lang.String name,
POIFSDocumentPath path,
DocumentInputStream stream,
int nrOfBytes)
Creates a
DocumentDescriptor. |
PropertySetDescriptor(java.lang.String name,
POIFSDocumentPath path,
DocumentInputStream stream,
int nrOfBytesToDump)
|
| Modifier and Type | Method and Description |
|---|---|
DocumentInputStream |
POIFSReaderEvent.getStream() |
| Modifier and Type | Method and Description |
|---|---|
DocumentInputStream |
POIFSFileSystem.createDocumentInputStream(java.lang.String documentName)
open a document in the root entry's list of entries
|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(java.lang.String documentName)
open a document in the directory's entry's list of entries
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.