Uses of Class
org.apache.poi.poifs.storage.BATBlock

Packages that use BATBlock
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
static BATBlock BATBlock.createBATBlock(POIFSBigBlockSize bigBlockSize, java.nio.ByteBuffer data)
          Create a single BATBlock from the byte buffer, which must hold at least one big block of data to be read.
static BATBlock[] BATBlock.createBATBlocks(POIFSBigBlockSize bigBlockSize, int[] entries)
          Create an array of BATBlocks from an array of int block allocation table entries
static BATBlock BATBlock.createEmptyBATBlock(POIFSBigBlockSize bigBlockSize, boolean isXBAT)
          Creates a single BATBlock, with all the values set to empty.
static BATBlock[] BATBlock.createXBATBlocks(POIFSBigBlockSize bigBlockSize, int[] entries, int startBlock)
          Create an array of XBATBlocks from an array of int block allocation table entries
 BATBlock BATBlock.BATBlockAndIndex.getBlock()
           
 BATBlock[] HeaderBlockWriter.setBATBlocks(int blockCount, int startBlock)
          Set BAT block parameters.
 

Methods in org.apache.poi.poifs.storage with parameters of type BATBlock
static void BlockAllocationTableWriter.writeBlock(BATBlock bat, java.nio.ByteBuffer block)
          Write the BAT into its associated block