Package | Description |
---|---|
org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
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.
|
Constructor and Description |
---|
NPOIFSMiniStore(NPOIFSFileSystem filesystem,
RootProperty root,
java.util.List<BATBlock> sbats,
HeaderBlock header) |
Modifier and Type | Method and Description |
---|---|
RootProperty |
PropertyTableBase.getRoot()
Get the root property
|
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.
|
static BlockList |
SmallBlockTableReader.getSmallDocumentBlocks(POIFSBigBlockSize bigBlockSize,
RawDataBlockList blockList,
RootProperty root,
int sbatStart)
Fetch the small document block list from an existing file
|
Constructor and Description |
---|
SmallBlockTableWriter(POIFSBigBlockSize bigBlockSize,
java.util.List<OPOIFSDocument> documents,
RootProperty root)
Creates new SmallBlockTable
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.