Uses of Class
org.apache.poi.poifs.storage.BATBlock
-
Packages that use BATBlock Package Description 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 BATBlock in org.apache.poi.poifs.storage
Methods in org.apache.poi.poifs.storage that return BATBlock Modifier and Type Method Description static BATBlockBATBlock. createBATBlock(POIFSBigBlockSize bigBlockSize, ByteBuffer data)Create a single BATBlock from the byte buffer, which must hold at least one big block of data to be read.static BATBlockBATBlock. createEmptyBATBlock(POIFSBigBlockSize bigBlockSize, boolean isXBAT)Creates a single BATBlock, with all the values set to empty.BATBlockBATBlock.BATBlockAndIndex. getBlock()Method parameters in org.apache.poi.poifs.storage with type arguments of type BATBlock Modifier and Type Method Description static BATBlock.BATBlockAndIndexBATBlock. getBATBlockAndIndex(int offset, HeaderBlock header, List<BATBlock> bats)Returns the BATBlock that handles the specified offset, and the relative index within it.static BATBlock.BATBlockAndIndexBATBlock. getSBATBlockAndIndex(int offset, HeaderBlock header, List<BATBlock> sbats)Returns the BATBlock that handles the specified offset, and the relative index within it, for the mini stream.
-