Uses of Interface
org.apache.poi.poifs.filesystem.DocumentEntry
Packages that use DocumentEntry
Package
Description
Implementation of the ECMA-376 and MS-propritary document encryptions
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 DocumentEntryModifier and TypeMethodDescriptionstatic DocumentEntryDataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir, String path, EncryptionRecord out) -
Uses of DocumentEntry in org.apache.poi.poifs.filesystem
Classes in org.apache.poi.poifs.filesystem that implement DocumentEntryModifier and TypeClassDescriptionclassSimple implementation of DocumentEntry for OPOIFSMethods in org.apache.poi.poifs.filesystem that return DocumentEntryModifier and TypeMethodDescriptionDirectoryEntry.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry; the data will be provided laterDirectoryEntry.createDocument(String name, InputStream stream) create a new DocumentEntryDirectoryNode.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry; the data will be provided laterDirectoryNode.createDocument(String name, InputStream stream) create a new DocumentEntryFilteringDirectoryNode.createDocument(String name, int size, POIFSWriterListener writer) FilteringDirectoryNode.createDocument(String name, InputStream stream) POIFSFileSystem.createDocument(InputStream stream, String name) Create a new document to be added to the root directoryPOIFSFileSystem.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterDirectoryNode.createOrUpdateDocument(String name, InputStream stream) Set the contents of a document, creating if needed, otherwise updating.POIFSFileSystem.createOrUpdateDocument(InputStream stream, String name) Set the contents of a document in the root directory, creating if needed, otherwise updatingMethods in org.apache.poi.poifs.filesystem with parameters of type DocumentEntryModifier and TypeMethodDescriptionstatic booleanEntryUtils.areDocumentsIdentical(DocumentEntry docA, DocumentEntry docB) Compares twoDocumentEntryinstances of a POI file system.Constructors in org.apache.poi.poifs.filesystem with parameters of type DocumentEntryModifierConstructorDescriptionDocumentInputStream(DocumentEntry document) Create an InputStream from the specified DocumentEntryDocumentOutputStream(DocumentEntry document) Create an OutputStream from the specified DocumentEntry.