Package | Description |
---|---|
org.zkoss.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 DataInputBlock |
DocumentBlock.getDataInputBlock(DocumentBlock[] blocks,
int offset) |
static DataInputBlock |
SmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks,
int offset) |
Modifier and Type | Method and 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 © 2005-2010 Potix Corporation. All Rights Reserved.