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.crypt.agile
Constructors in org.docx4j.org.apache.poi.poifs.crypt.agile with parameters of type DocumentInputStream -
Uses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4
Constructors in org.docx4j.org.apache.poi.poifs.crypt.binaryrc4 with parameters of type DocumentInputStream -
Uses of DocumentInputStream in org.docx4j.org.apache.poi.poifs.eventfilesystem
Fields in org.docx4j.org.apache.poi.poifs.eventfilesystem declared as DocumentInputStreamMethods in org.docx4j.org.apache.poi.poifs.eventfilesystem that return DocumentInputStreamConstructors in org.docx4j.org.apache.poi.poifs.eventfilesystem with parameters of type DocumentInputStreamModifierConstructorDescription(package private)POIFSReaderEvent(DocumentInputStream stream, POIFSDocumentPath path, String documentName) package scoped constructor -
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.Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as DocumentInputStreamMethods 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