Uses of Interface
org.apache.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 org.apache.poi.poifs.crypt.standard
Classes in org.apache.poi.poifs.crypt.standard that implement POIFSWriterListener -
Uses of POIFSWriterListener in org.apache.poi.poifs.filesystem
Methods in org.apache.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 laterFilteringDirectoryNode.createDocument
(String name, int size, POIFSWriterListener writer) POIFSFileSystem.createDocument
(String name, int size, POIFSWriterListener writer) create a new DocumentEntry in the root entry; the data will be provided laterConstructors in org.apache.poi.poifs.filesystem with parameters of type POIFSWriterListenerModifierConstructorDescriptionPOIFSDocument
(String name, int size, POIFSFileSystem filesystem, POIFSWriterListener writer)