Uses of Class
loci.poi.poifs.storage.BATBlock
-
Packages that use BATBlock Package Description loci.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 loci.poi.poifs.storage
Methods in loci.poi.poifs.storage that return BATBlock Modifier and Type Method Description static BATBlock[]
BATBlock. createBATBlocks(int[] entries, int size)
Create an array of BATBlocks from an array of int block allocation table entriesstatic BATBlock[]
BATBlock. createXBATBlocks(int[] entries, int startBlock, int size)
Create an array of XBATBlocks from an array of int block allocation table entriesBATBlock[]
HeaderBlockWriter. setBATBlocks(int blockCount, int startBlock, int size)
Set BAT block parameters.
-