Uses of Interface
org.apache.poi.poifs.filesystem.DocumentEntry

Packages that use DocumentEntry
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
 

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

Classes in org.apache.poi.poifs.filesystem that implement DocumentEntry
 class DocumentNode
          Simple implementation of DocumentEntry
 

Methods in org.apache.poi.poifs.filesystem that return DocumentEntry
 DocumentEntry DirectoryNode.createDocument(java.lang.String name, java.io.InputStream stream)
          create a new DocumentEntry
 DocumentEntry DirectoryNode.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry; the data will be provided later
 DocumentEntry DirectoryEntry.createDocument(java.lang.String name, java.io.InputStream stream)
          create a new DocumentEntry
 DocumentEntry DirectoryEntry.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry; the data will be provided later
 DocumentEntry POIFSFileSystem.createDocument(java.io.InputStream stream, java.lang.String name)
          Create a new document to be added to the root directory
 DocumentEntry POIFSFileSystem.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry in the root entry; the data will be provided later
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type DocumentEntry
DocumentInputStream(DocumentEntry document)
          Create an InputStream from the specified DocumentEntry
 



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