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

Packages that use DocumentInputStream
org.apache.poi.poifs.crypt   
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.crypt
 

Constructors in org.apache.poi.poifs.crypt with parameters of type DocumentInputStream
EncryptionHeader(DocumentInputStream is)
           
EncryptionVerifier(DocumentInputStream is, int encryptedLength)
           
 

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
 

Subclasses of DocumentInputStream in org.apache.poi.poifs.filesystem
 class NDocumentInputStream
          This class provides methods to read a DocumentEntry managed by a NPOIFSFileSystem instance.
 class ODocumentInputStream
          This class provides methods to read a DocumentEntry managed by a POIFSFileSystem instance.
 

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



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.