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

Packages that use BATBlock.BATBlockAndIndex
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.BATBlockAndIndex in org.apache.poi.poifs.storage
 

Methods in org.apache.poi.poifs.storage that return BATBlock.BATBlockAndIndex
static BATBlock.BATBlockAndIndex BATBlock.getBATBlockAndIndex(int offset, HeaderBlock header, java.util.List bats)
          Returns the BATBlock that handles the specified offset, and the relative index within it.
static BATBlock.BATBlockAndIndex BATBlock.getSBATBlockAndIndex(int offset, HeaderBlock header, java.util.List sbats)
          Returns the BATBlock that handles the specified offset, and the relative index within it, for the mini stream.