Uses of Class
loci.poi.poifs.filesystem.DocumentInputStream
-
Packages that use DocumentInputStream Package Description loci.poi.poifs.eventfilesystem The eventfilesystem is an efficient method for reading OLE 2 CDF files.loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. -
-
Uses of DocumentInputStream in loci.poi.poifs.eventfilesystem
Methods in loci.poi.poifs.eventfilesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStream
POIFSReaderEvent. getStream()
-
Uses of DocumentInputStream in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return DocumentInputStream Modifier and Type Method Description DocumentInputStream
POIFSFileSystem. createDocumentInputStream(String documentName)
open a document in the root entry's list of entries
-