Uses of Interface
org.docx4j.org.apache.poi.poifs.storage.BlockList
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
-
Uses of BlockList in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement BlockList Modifier and Type Class Description classRawDataBlockListA list of RawDataBlocks instances, and methods to manage the listclassSmallDocumentBlockListA list of SmallDocumentBlocks instances, and methods to manage the listMethods in org.docx4j.org.apache.poi.poifs.storage that return BlockList Modifier and Type Method Description static BlockListSmallBlockTableReader. getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart)Fetch the small document block list from an existing fileConstructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockList Constructor Description BlockAllocationTableReader(POIFSBigBlockSize bigBlockSize, int block_count, int[] block_array, int xbat_count, int xbat_index, BlockList raw_block_list)create a BlockAllocationTableReader for an existing filesystem.