Package | Description |
---|---|
org.apache.poi.poifs.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
Modifier and Type | Class | Description |
---|---|---|
class |
RawDataBlockList |
A list of RawDataBlocks instances, and methods to manage the list
|
class |
SmallDocumentBlockList |
A list of SmallDocumentBlocks instances, and methods to manage the list
|
Modifier and Type | Method | Description |
---|---|---|
static BlockList |
SmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart) |
fetch the small document block list from an existing file
|
Constructor | Description |
---|---|
BlockAllocationTableReader(POIFSBigBlockSize bigBlockSize,
int block_count,
int[] block_array,
int xbat_count,
int xbat_index,
BlockList raw_block_list) |
create a BlockAllocationTableReader for an existing filesystem.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.