Uses of Interface
org.apache.poi.poifs.storage.BlockList

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

Classes in org.apache.poi.poifs.storage that implement BlockList
(package private)  class org.apache.poi.poifs.storage.BlockListImpl
          A simple implementation of BlockList
 class RawDataBlockList
          A list of RawDataBlocks instances, and methods to manage the list
 class SmallDocumentBlockList
          A list of SmallDocumentBlocks instances, and methods to manage the list
 

Methods in org.apache.poi.poifs.storage that return BlockList
static BlockList SmallBlockTableReader.getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart)
          fetch the small document block list from an existing file
 

Constructors in org.apache.poi.poifs.storage with parameters of type BlockList
BlockAllocationTableReader(int block_count, int[] block_array, int xbat_count, int xbat_index, BlockList raw_block_list)
          create a BlockAllocationTableReader for an existing filesystem.
 



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