Uses of Interface
loci.poi.poifs.filesystem.POIFSWriterListener
-
Packages that use POIFSWriterListener Package Description loci.poi.poifs.filesystem 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 POIFSWriterListener Modifier and Type Method Description DocumentEntry
DirectoryEntry. createDocument(String name, int size, POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided laterDocumentEntry
DirectoryNode. createDocument(String name, int size, POIFSWriterListener writer)
create a new DocumentEntry; the data will be provided laterDocumentEntry
POIFSFileSystem. 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 POIFSWriterListener Constructor Description POIFSDocument(String name, int size, POIFSDocumentPath path, POIFSWriterListener writer, int blockSize)
Constructor
-