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

Packages that use RawDataBlockList
org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS. 
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 RawDataBlockList in org.apache.poi.poifs.property
 

Constructors in org.apache.poi.poifs.property with parameters of type RawDataBlockList
PropertyTable(int startBlock, RawDataBlockList blockList)
          reading constructor (used when we've read in a file and we want to extract the property table from it).
 

Uses of RawDataBlockList in org.apache.poi.poifs.storage
 

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



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