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

Packages that use DocumentEntry
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
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.crypt
 

Methods in org.apache.poi.poifs.crypt that return DocumentEntry
static DocumentEntry DataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir, java.lang.String path, EncryptionRecord out)
           
 

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 for OPOIFS
 

Methods in org.apache.poi.poifs.filesystem that return DocumentEntry
 DocumentEntry OPOIFSFileSystem.createDocument(java.io.InputStream stream, java.lang.String name)
          Create a new document to be added to the root directory
 DocumentEntry NPOIFSFileSystem.createDocument(java.io.InputStream stream, java.lang.String name)
          Create a new document to be added to the root directory
 DocumentEntry DirectoryNode.createDocument(java.lang.String name, java.io.InputStream stream)
          create a new DocumentEntry
 DocumentEntry DirectoryEntry.createDocument(java.lang.String name, java.io.InputStream stream)
          create a new DocumentEntry
 DocumentEntry FilteringDirectoryNode.createDocument(java.lang.String name, java.io.InputStream stream)
           
 DocumentEntry DirectoryNode.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry; the data will be provided later
 DocumentEntry OPOIFSFileSystem.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry in the root entry; the data will be provided later
 DocumentEntry DirectoryEntry.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry; the data will be provided later
 DocumentEntry NPOIFSFileSystem.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
          create a new DocumentEntry in the root entry; the data will be provided later
 DocumentEntry FilteringDirectoryNode.createDocument(java.lang.String name, int size, POIFSWriterListener writer)
           
 DocumentEntry NPOIFSFileSystem.createOrUpdateDocument(java.io.InputStream stream, java.lang.String name)
          Set the contents of a document in the root directory, creating if needed, otherwise updating
 DocumentEntry DirectoryNode.createOrUpdateDocument(java.lang.String name, java.io.InputStream stream)
          Set the contents of a document, creating if needed, otherwise updating.
 

Methods in org.apache.poi.poifs.filesystem with parameters of type DocumentEntry
static boolean EntryUtils.areDocumentsIdentical(DocumentEntry docA, DocumentEntry docB)
          Checks to see if two Documents have the same name and the same contents.
 

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



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