Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.DocumentInputStream
Packages that use DocumentInputStream
Package
Description
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
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 -
Uses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionfinal classThis class provides methods to read a DocumentEntry managed by aNPOIFSFileSysteminstance.final classThis class provides methods to read a DocumentEntry managed by aOPOIFSFileSysteminstance.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return DocumentInputStreamModifier and TypeMethodDescriptionDirectoryNode.createDocumentInputStream(String documentName) open a document in the directory's entry's list of entriesDirectoryNode.createDocumentInputStream(Entry document) open a document in the directory's entry's list of entriesNPOIFSFileSystem.createDocumentInputStream(String documentName) open a document in the root entry's list of entriesOPOIFSFileSystem.createDocumentInputStream(String documentName) open a document in the root entry's list of entries