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 and Description |
---|---|
static BATBlock |
BATBlock.createBATBlock(POIFSBigBlockSize bigBlockSize,
java.nio.ByteBuffer data)
Create a single BATBlock from the byte buffer, which must hold at least
one big block of data to be read.
|
static BATBlock |
BATBlock.createEmptyBATBlock(POIFSBigBlockSize bigBlockSize,
boolean isXBAT)
Creates a single BATBlock, with all the values set to empty.
|
BATBlock |
BATBlock.BATBlockAndIndex.getBlock() |
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 2022 The Apache Software Foundation or its licensors, as applicable.