Package | Description |
---|---|
org.zkoss.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
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 |
---|---|
protected BATBlock.BATBlockAndIndex |
NPOIFSMiniStore.getBATBlockAndIndex(int offset)
Returns the BATBlock that handles the specified offset,
and the relative index within it
|
protected BATBlock.BATBlockAndIndex |
NPOIFSFileSystem.getBATBlockAndIndex(int offset)
Returns the BATBlock that handles the specified offset,
and the relative index within it
|
protected abstract BATBlock.BATBlockAndIndex |
BlockStore.getBATBlockAndIndex(int offset)
Returns the BATBlock that handles the specified offset,
and the relative index within it
|
Modifier and Type | Method and Description |
---|---|
static BATBlock.BATBlockAndIndex |
BATBlock.getBATBlockAndIndex(int offset,
HeaderBlock header,
java.util.List<BATBlock> bats)
Returns the BATBlock that handles the specified offset,
and the relative index within it.
|
static BATBlock.BATBlockAndIndex |
BATBlock.getSBATBlockAndIndex(int offset,
HeaderBlock header,
java.util.List<BATBlock> sbats)
Returns the BATBlock that handles the specified offset,
and the relative index within it, for the mini stream.
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.