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.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 |
---|---|
SmallDocumentBlock[] |
OPOIFSDocument.getSmallBlocks() |
Constructor and Description |
---|
OPOIFSDocument(java.lang.String name,
SmallDocumentBlock[] blocks,
int length)
Constructor from small blocks
|
Modifier and Type | Method and Description |
---|---|
static SmallDocumentBlock[] |
SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize,
BlockWritable[] store,
int size)
Factory for creating SmallDocumentBlocks from DocumentBlocks
|
static SmallDocumentBlock[] |
SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize,
byte[] array,
int size)
convert a single long array into an array of SmallDocumentBlock
instances
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<SmallDocumentBlock> |
SmallDocumentBlock.extract(POIFSBigBlockSize bigBlockSize,
ListManagedBlock[] blocks)
create a list of SmallDocumentBlock's from raw data
|
Modifier and Type | Method and Description |
---|---|
static DataInputBlock |
SmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks,
int offset) |
Modifier and Type | Method and Description |
---|---|
static int |
SmallDocumentBlock.fill(POIFSBigBlockSize bigBlockSize,
java.util.List<SmallDocumentBlock> blocks)
fill out a List of SmallDocumentBlocks so that it fully occupies
a set of big blocks
|
Constructor and Description |
---|
SmallDocumentBlockList(java.util.List<SmallDocumentBlock> blocks)
Constructor SmallDocumentBlockList
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.