Uses of Class
org.apache.poi.poifs.filesystem.DocumentInputStream
-
Packages that use DocumentInputStream Package Description 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.org.apache.poi.poifs.macros -
-
Uses of DocumentInputStream in org.apache.poi.poifs.eventfilesystem
Methods in org.apache.poi.poifs.eventfilesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStream
POIFSReaderEvent. getStream()
-
Uses of DocumentInputStream in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStream
DirectoryNode. createDocumentInputStream(String documentName)
open a document in the directory's entry's list of entriesDocumentInputStream
DirectoryNode. createDocumentInputStream(Entry document)
open a document in the directory's entry's list of entriesDocumentInputStream
POIFSFileSystem. createDocumentInputStream(String documentName)
open a document in the root entry's list of entries -
Uses of DocumentInputStream in org.apache.poi.poifs.macros
Methods in org.apache.poi.poifs.macros with parameters of type DocumentInputStream Modifier and Type Method Description protected void
VBAMacroReader. readProjectProperties(DocumentInputStream dis, Map<String,String> moduleNameMap, VBAMacroReader.ModuleMap modules)
-