Package | Description |
---|---|
org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
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 | Method and Description |
---|---|
static void |
POIFSHeaderDumper.displayBATReader(java.lang.String type,
BlockAllocationTableReader batReader) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockList.setBAT(BlockAllocationTableReader bat)
set the associated BlockAllocationTable
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.