|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentInputStream | |
---|---|
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. |
Uses of DocumentInputStream in org.apache.poi.contrib.poibrowser |
---|
Constructors in org.apache.poi.contrib.poibrowser with parameters of type DocumentInputStream | |
---|---|
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)
Creates a PropertySetDescriptor by reading a PropertySet from a DocumentInputStream . |
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 |
---|
Methods in org.apache.poi.poifs.filesystem that return DocumentInputStream | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |