Uses of Class
org.apache.poi.poifs.filesystem.DocumentInputStream

Packages that use DocumentInputStream
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. 
 

Uses of DocumentInputStream in org.apache.poi.poifs.eventfilesystem
 

Methods in org.apache.poi.poifs.eventfilesystem that return DocumentInputStream
 DocumentInputStream POIFSReaderEvent.getStream()
           
 

Uses of DocumentInputStream in org.apache.poi.poifs.filesystem
 

Methods in org.apache.poi.poifs.filesystem that return DocumentInputStream
 DocumentInputStream POIFSFileSystem.createDocumentInputStream(java.lang.String documentName)
          open a document in the root entry's list of entries
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.