|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataInputBlock | |
|---|---|
| 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 DataInputBlock in org.apache.poi.poifs.storage |
|---|
| Methods in org.apache.poi.poifs.storage that return DataInputBlock | |
|---|---|
static DataInputBlock |
DocumentBlock.getDataInputBlock(DocumentBlock[] blocks,
int offset)
|
static DataInputBlock |
SmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks,
int offset)
|
| Methods in org.apache.poi.poifs.storage with parameters of type DataInputBlock | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||