Uses of Interface
loci.poi.poifs.filesystem.DocumentEntry
Packages that use DocumentEntry
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DocumentEntry in loci.poi.poifs.filesystem
Classes in loci.poi.poifs.filesystem that implement DocumentEntryMethods in loci.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, loci.common.RandomAccessInputStream 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, loci.common.RandomAccessInputStream stream) create a new DocumentEntryPOIFSFileSystem.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterPOIFSFileSystem.createDocument(loci.common.RandomAccessInputStream stream, String name) Create a new document to be added to the root directoryConstructors in loci.poi.poifs.filesystem with parameters of type DocumentEntryModifierConstructorDescriptionDocumentInputStream(DocumentEntry document, loci.common.RandomAccessInputStream stream) Create an InputStream from the specified DocumentEntry