public final class SmallBlockTableReader
extends java.lang.Object
Constructor and Description |
---|
SmallBlockTableReader() |
Modifier and Type | Method and Description |
---|---|
static BlockAllocationTableReader |
_getSmallDocumentBlockReader(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
Fetch the small document block reader from an existing file, normally
needed for debugging and low level dumping.
|
static BlockList |
getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
Fetch the small document block list from an existing file
|
public static BlockAllocationTableReader _getSmallDocumentBlockReader(POIFSBigBlockSize bigBlockSize, RawDataBlockList blockList, RootProperty root, int sbatStart) throws java.io.IOException
getSmallDocumentBlocks(POIFSBigBlockSize, RawDataBlockList, RootProperty, int)
instead.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 SBATjava.io.IOException
public static BlockList getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize, 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 SBATjava.io.IOException
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.