Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.DocumentInputStream
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.eventfilesystem |
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
-
Uses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.eventfilesystem
Methods in org.docx4j.org.apache.poi.poifs.eventfilesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStreamPOIFSReaderEvent. getStream() -
Uses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.filesystem Modifier and Type Class Description classNDocumentInputStreamThis class provides methods to read a DocumentEntry managed by aNPOIFSFileSysteminstance.classODocumentInputStreamThis class provides methods to read a DocumentEntry managed by aOPOIFSFileSysteminstance.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStreamDirectoryNode. createDocumentInputStream(java.lang.String documentName)open a document in the directory's entry's list of entriesDocumentInputStreamDirectoryNode. createDocumentInputStream(Entry document)open a document in the directory's entry's list of entriesDocumentInputStreamNPOIFSFileSystem. createDocumentInputStream(java.lang.String documentName)open a document in the root entry's list of entriesDocumentInputStreamOPOIFSFileSystem. createDocumentInputStream(java.lang.String documentName)open a document in the root entry's list of entries