Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.BlockStore
Packages that use BlockStore
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of BlockStore in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of BlockStore in org.docx4j.org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionclassThis is the main class of the POIFS system; it manages the entire life cycle of the filesystem.classThis class handles the MiniStream (small block store) in the NIO case forPOIFSFileSystemclassAn experimental POIFSFileSystem to support the encryption of large filesConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type BlockStoreModifierConstructorDescriptionPOIFSStream(BlockStore blockStore) Constructor for a new stream.POIFSStream(BlockStore blockStore, int startBlock) Constructor for an existing stream.