| java.lang.Object org.apache.poi.poifs.storage.SmallBlockTableReader
SmallBlockTableReader | public class SmallBlockTableReader (Code) | | This class implements reading the small document block list from an
existing file
author: Marc Johnson (mjohnson at apache dot org) |
getSmallDocumentBlocks | public static BlockList getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart) throws IOException(Code) | | fetch the small document block list from an existing file
Parameters: blockList - the raw data from which the small block tablewill be extracted Parameters: root - the root property (which contains the start blockand small block table size) Parameters: sbatStart - the start block of the SBAT the small document block list exception: IOException - |
|
|