Uses of Class
org.docx4j.org.apache.poi.poifs.storage.RawDataBlockList
Packages that use RawDataBlockList
Package
Description
DEV package serves two purposes.
property package contains high and low level Property structures for POIFS.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of RawDataBlockList in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type RawDataBlockListModifier and TypeMethodDescriptionstatic voidPOIFSHeaderDumper.displayRawBlocksSummary(RawDataBlockList data_blocks) -
Uses of RawDataBlockList in org.docx4j.org.apache.poi.poifs.property
Constructors in org.docx4j.org.apache.poi.poifs.property with parameters of type RawDataBlockListModifierConstructorDescriptionPropertyTable(HeaderBlock headerBlock, RawDataBlockList blockList) reading constructor (used when we've read in a file and we want to extract the property table from it). -
Uses of RawDataBlockList in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type RawDataBlockListModifier and TypeMethodDescriptionstatic BlockAllocationTableReaderSmallBlockTableReader._getSmallDocumentBlockReader(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Fetch the small document block reader from an existing file, normally needed for debugging and low level dumping.static BlockListSmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) Fetch the small document block list from an existing file