Uses of Interface
org.docx4j.org.apache.poi.poifs.storage.BlockList
Packages that use BlockList
Package
Description
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
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.eventfilesystem
Methods in org.docx4j.org.apache.poi.poifs.eventfilesystem with parameters of type BlockListModifier and TypeMethodDescriptionprivate voidPOIFSReader.processProperties(BlockList small_blocks, BlockList big_blocks, Iterator properties, POIFSDocumentPath path) -
Uses of BlockList in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type BlockListModifier and TypeMethodDescriptionprivate voidOPOIFSFileSystem.processProperties(BlockList small_blocks, BlockList big_blocks, Iterator<Property> properties, DirectoryNode dir, int headerPropertiesStartAt) -
Uses of BlockList in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement BlockListModifier and TypeClassDescription(package private) classA simple implementation of BlockListclassA list of RawDataBlocks instances, and methods to manage the listclassA list of SmallDocumentBlocks instances, and methods to manage the listMethods in org.docx4j.org.apache.poi.poifs.storage that return BlockListModifier and TypeMethodDescriptionstatic BlockListSmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Fetch the small document block list from an existing fileprivate static BlockListSmallBlockTableReader.prepareSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockListModifier and TypeMethodDescription(package private) ListManagedBlock[]BlockAllocationTableReader.fetchBlocks(int startBlock, int headerPropertiesStartBlock, BlockList blockList) walk the entries from a specified point and return the associated blocks.private static BlockAllocationTableReaderSmallBlockTableReader.prepareReader(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, BlockList list, RootProperty root, int sbatStart) private voidBlockAllocationTableReader.setEntries(ListManagedBlock[] blocks, BlockList raw_blocks) Convert an array of blocks into a set of integer indicesConstructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockListModifierConstructorDescriptionBlockAllocationTableReader(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.(package private)BlockAllocationTableReader(POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks, BlockList raw_block_list) create a BlockAllocationTableReader from an array of raw data blocks