Package | Description |
---|---|
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 | Description |
---|---|---|
static DataInputBlock |
DocumentBlock.getDataInputBlock(DocumentBlock[] blocks,
int offset) |
|
static DataInputBlock |
SmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks,
int offset) |
Modifier and Type | Method | Description |
---|---|---|
int |
DataInputBlock.readIntLE(DataInputBlock prevBlock,
int prevBlockAvailable) |
Reads an int which spans the end of prevBlock and the start of this block.
|
long |
DataInputBlock.readLongLE(DataInputBlock prevBlock,
int prevBlockAvailable) |
Reads a long which spans the end of prevBlock and the start of this block.
|
int |
DataInputBlock.readUShortLE(DataInputBlock prevBlock) |
Reads a short which spans the end of prevBlock and the start of this block.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.