Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.DocumentEntry
Packages that use DocumentEntry
Package
Description
Implementation of the ECMA-376 Document Encryption
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DocumentEntry in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt that return DocumentEntryModifier and TypeMethodDescriptionstatic DocumentEntryDataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir, String path, EncryptionRecord out) -
Uses of DocumentEntry in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement DocumentEntryModifier and TypeClassDescriptionclassSimple implementation of DocumentEntry for OPOIFSMethods in org.docx4j.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) NPOIFSFileSystem.createDocument(InputStream stream, String name) Create a new document to be added to the root directoryNPOIFSFileSystem.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterOPOIFSFileSystem.createDocument(InputStream stream, String name) Create a new document to be added to the root directoryOPOIFSFileSystem.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterMethods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DocumentEntryModifier and TypeMethodDescriptionstatic booleanEntryUtils.areDocumentsIdentical(DocumentEntry docA, DocumentEntry docB) Checks to see if two Documents have the same name and the same contents.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DocumentEntryModifierConstructorDescriptionDocumentInputStream(DocumentEntry document) Create an InputStream from the specified DocumentEntryNDocumentInputStream(DocumentEntry document) Create an InputStream from the specified DocumentEntryNDocumentOutputStream(DocumentEntry document) Create an OutputStream from the specified DocumentEntry.ODocumentInputStream(DocumentEntry document) Create an InputStream from the specified DocumentEntry