Uses of Class
org.docx4j.org.apache.poi.poifs.storage.BlockAllocationTableReader
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| 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 BlockAllocationTableReader in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type BlockAllocationTableReader Modifier and Type Method Description static voidPOIFSHeaderDumper. displayBATReader(java.lang.String type, BlockAllocationTableReader batReader) -
Uses of BlockAllocationTableReader in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage that return BlockAllocationTableReader Modifier and Type Method Description static 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.Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockAllocationTableReader Modifier and Type Method Description voidBlockList. setBAT(BlockAllocationTableReader bat)set the associated BlockAllocationTable