Uses of Class
org.docx4j.org.apache.poi.poifs.storage.BlockAllocationTableReader
Packages that use BlockAllocationTableReader
Package
Description
DEV package serves two purposes.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of BlockAllocationTableReader in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type BlockAllocationTableReaderModifier and TypeMethodDescriptionstatic voidPOIFSHeaderDumper.displayBATReader(String type, BlockAllocationTableReader batReader) -
Uses of BlockAllocationTableReader in org.docx4j.org.apache.poi.poifs.storage
Fields in org.docx4j.org.apache.poi.poifs.storage declared as BlockAllocationTableReaderMethods in org.docx4j.org.apache.poi.poifs.storage that return BlockAllocationTableReaderModifier 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.private static BlockAllocationTableReaderSmallBlockTableReader.prepareReader(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, BlockList list, RootProperty root, int sbatStart) Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockAllocationTableReaderModifier and TypeMethodDescriptionvoidBlockList.setBAT(BlockAllocationTableReader bat) set the associated BlockAllocationTablevoidBlockListImpl.setBAT(BlockAllocationTableReader bat) set the associated BlockAllocationTable