|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockList | |
---|---|
org.apache.poi.poifs.storage | storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. |
Uses of BlockList in org.apache.poi.poifs.storage |
---|
Classes in org.apache.poi.poifs.storage that implement BlockList | |
---|---|
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 |
Methods in org.apache.poi.poifs.storage that return BlockList | |
---|---|
static BlockList |
SmallBlockTableReader.getSmallDocumentBlocks(RawDataBlockList blockList,
RootProperty root,
int sbatStart)
fetch the small document block list from an existing file |
Constructors in org.apache.poi.poifs.storage with parameters of type BlockList | |
---|---|
BlockAllocationTableReader(int block_count,
int[] block_array,
int xbat_count,
int xbat_index,
BlockList raw_block_list)
create a BlockAllocationTableReader for an existing filesystem. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |