org.apache.poi.poifs.storage
Class SmallBlockTableReader
java.lang.Object
org.apache.poi.poifs.storage.SmallBlockTableReader
public final class SmallBlockTableReader
- extends java.lang.Object
This class implements reading the small document block list from an
existing file
- Author:
- Marc Johnson (mjohnson at apache dot org)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SmallBlockTableReader
public SmallBlockTableReader()
getSmallDocumentBlocks
public static BlockList getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
throws java.io.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:
java.io.IOException