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.createBATBlocks(int[] entries)
          Create an array of BATBlocks from an array of int block allocation table entries
static BATBlock[] BATBlock.createXBATBlocks(int[] entries, int startBlock)
          Create an array of XBATBlocks from an array of int block allocation table entries
 BATBlock[] HeaderBlockWriter.setBATBlocks(int blockCount, int startBlock)
          Set BAT block parameters.
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.