Package loci.poi.poifs.storage
Class SmallBlockTableReader
- java.lang.Object
-
- loci.poi.poifs.storage.SmallBlockTableReader
-
public class SmallBlockTableReader extends Object
This class implements reading the small document block list from an existing file- Author:
- Marc Johnson (mjohnson at apache dot org)
-
-
Constructor Summary
Constructors Constructor Description SmallBlockTableReader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BlockList
getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart)
fetch the small document block list from an existing file
-
-
-
Method Detail
-
getSmallDocumentBlocks
public static BlockList getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart) throws IOException
fetch the small document block list from an existing file- Parameters:
blockList
- the raw data from which the small block table will be extractedroot
- the root property (which contains the start block and small block table size)sbatStart
- the start block of the SBAT- Returns:
- the small document block list
- Throws:
IOException
-
-