Uses of Interface
loci.poi.poifs.filesystem.DocumentEntry
-
Packages that use DocumentEntry Package Description loci.poi.poifs.filesystem 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 DocumentEntry Modifier and Type Class Description class
DocumentNode
Simple implementation of DocumentEntryMethods in loci.poi.poifs.filesystem that return DocumentEntry Modifier and Type Method Description DocumentEntry
DirectoryEntry. createDocument(String name, int size, POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided laterDocumentEntry
DirectoryEntry. createDocument(String name, loci.common.RandomAccessInputStream stream)
create a new DocumentEntryDocumentEntry
DirectoryNode. createDocument(String name, int size, POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided laterDocumentEntry
DirectoryNode. createDocument(String name, loci.common.RandomAccessInputStream stream)
create a new DocumentEntryDocumentEntry
POIFSFileSystem. createDocument(String name, int size, POIFSWriterListener writer)
create a new DocumentEntry in the root entry; the data will be provided laterDocumentEntry
POIFSFileSystem. 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 DocumentEntry Constructor Description DocumentInputStream(DocumentEntry document, loci.common.RandomAccessInputStream stream)
Create an InputStream from the specified DocumentEntry
-