public final class POIFSBigBlockSize
extends java.lang.Object
A class describing attributes of the Big Block Size
Modifier | Constructor and Description |
---|---|
protected |
POIFSBigBlockSize(int bigBlockSize,
short headerValue) |
Modifier and Type | Method and Description |
---|---|
int |
getBATEntriesPerBlock() |
int |
getBigBlockSize() |
short |
getHeaderValue()
Returns the value that gets written into the
header.
|
int |
getNextXBATChainOffset() |
int |
getPropertiesPerBlock() |
int |
getXBATEntriesPerBlock() |
protected POIFSBigBlockSize(int bigBlockSize, short headerValue)
public int getBigBlockSize()
public short getHeaderValue()
public int getPropertiesPerBlock()
public int getBATEntriesPerBlock()
public int getXBATEntriesPerBlock()
public int getNextXBATChainOffset()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.