|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentInputStream | |
|---|---|
| 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. |
| Uses of DocumentInputStream in org.apache.poi.poifs.eventfilesystem |
|---|
| Methods in org.apache.poi.poifs.eventfilesystem that return DocumentInputStream | |
|---|---|
DocumentInputStream |
POIFSReaderEvent.getStream()
|
| Uses of DocumentInputStream in org.apache.poi.poifs.filesystem |
|---|
| Subclasses of DocumentInputStream in org.apache.poi.poifs.filesystem | |
|---|---|
class |
NDocumentInputStream
This class provides methods to read a DocumentEntry managed by a NPOIFSFileSystem instance. |
class |
ODocumentInputStream
This class provides methods to read a DocumentEntry managed by a OPOIFSFileSystem instance. |
| Methods in org.apache.poi.poifs.filesystem that return DocumentInputStream | |
|---|---|
DocumentInputStream |
DirectoryNode.createDocumentInputStream(Entry document)
open a document in the directory's entry's list of entries |
DocumentInputStream |
DirectoryNode.createDocumentInputStream(java.lang.String documentName)
open a document in the directory's entry's list of entries |
DocumentInputStream |
OPOIFSFileSystem.createDocumentInputStream(java.lang.String documentName)
open a document in the root entry's list of entries |
DocumentInputStream |
NPOIFSFileSystem.createDocumentInputStream(java.lang.String documentName)
open a document in the root entry's list of entries |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||