Uses of Class
org.docx4j.org.apache.poi.poifs.filesystem.BlockStore
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.filesystem |
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.filesystem Modifier and Type Class Description classNPOIFSFileSystemThis is the main class of the POIFS system; it manages the entire life cycle of the filesystem.classNPOIFSMiniStoreThis class handles the MiniStream (small block store) in the NIO case forNPOIFSFileSystemclassPOIFSFileSystemTransition class for the move fromPOIFSFileSystemtoOPOIFSFileSystem, and fromNPOIFSFileSystemtoPOIFSFileSystem.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type BlockStore Constructor Description NPOIFSStream(BlockStore blockStore)Constructor for a new stream.NPOIFSStream(BlockStore blockStore, int startBlock)Constructor for an existing stream.