Uses of Interface
loci.poi.poifs.filesystem.POIFSWriterListener
Packages that use POIFSWriterListener
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of POIFSWriterListener in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem with parameters of type POIFSWriterListenerModifier and TypeMethodDescriptionDirectoryEntry.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry; the data will be provided laterDirectoryNode.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry; the data will be provided laterPOIFSFileSystem.createDocument(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterConstructors in loci.poi.poifs.filesystem with parameters of type POIFSWriterListenerModifierConstructorDescriptionPOIFSDocument(String name, int size, POIFSDocumentPath path, POIFSWriterListener writer, int blockSize) Constructor