|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RawDataBlockList | |
|---|---|
| org.apache.poi.poifs.dev | DEV package serves two purposes. |
| org.apache.poi.poifs.property | property package contains high and low level Property structures for POIFS. |
| 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 RawDataBlockList in org.apache.poi.poifs.dev |
|---|
| Methods in org.apache.poi.poifs.dev with parameters of type RawDataBlockList | |
|---|---|
static void |
POIFSHeaderDumper.displayRawBlocksSummary(RawDataBlockList data_blocks)
|
| Uses of RawDataBlockList in org.apache.poi.poifs.property |
|---|
| Constructors in org.apache.poi.poifs.property with parameters of type RawDataBlockList | |
|---|---|
PropertyTable(HeaderBlock headerBlock,
RawDataBlockList blockList)
reading constructor (used when we've read in a file and we want to extract the property table from it). |
|
| Uses of RawDataBlockList in org.apache.poi.poifs.storage |
|---|
| Methods in org.apache.poi.poifs.storage with parameters of type RawDataBlockList | |
|---|---|
static BlockAllocationTableReader |
SmallBlockTableReader._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 |
SmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
Fetch the small document block list from an existing file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||