|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.poifs.storage.SmallBlockTableReader
public class SmallBlockTableReader
This class implements reading the small document block list from an existing file
Constructor Summary | |
---|---|
SmallBlockTableReader()
|
Method Summary | |
---|---|
static BlockList |
getSmallDocumentBlocks(RawDataBlockList blockList,
RootProperty root,
int sbatStart)
fetch the small document block list from an existing file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SmallBlockTableReader()
Method Detail |
---|
public static BlockList getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart) throws java.io.IOException
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
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |