| 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.
|
| org.apache.poi.poifs.macros |
| Modifier and Type | Method and Description |
|---|---|
DocumentInputStream |
POIFSReaderEvent.getStream() |
| Modifier and Type | Method and Description |
|---|---|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(Entry document)
open a document in the directory's entry's list of entries
|
DocumentInputStream |
POIFSFileSystem.createDocumentInputStream(String documentName)
open a document in the root entry's list of entries
|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(String documentName)
open a document in the directory's entry's list of entries
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
VBAMacroReader.readProjectProperties(DocumentInputStream dis,
Map<String,String> moduleNameMap,
VBAMacroReader.ModuleMap modules) |