Class POIFSBigBlockSize
java.lang.Object
org.docx4j.org.apache.poi.poifs.common.POIFSBigBlockSize
public final class POIFSBigBlockSize
extends java.lang.Object
A class describing attributes of the Big Block Size
-
Constructor Summary
Constructors Modifier Constructor Description protectedPOIFSBigBlockSize(int bigBlockSize, short headerValue) -
Method Summary
Modifier and Type Method Description intgetBATEntriesPerBlock()intgetBigBlockSize()shortgetHeaderValue()Returns the value that gets written into the header.intgetNextXBATChainOffset()intgetPropertiesPerBlock()intgetXBATEntriesPerBlock()
-
Constructor Details
-
POIFSBigBlockSize
protected POIFSBigBlockSize(int bigBlockSize, short headerValue)
-
-
Method Details
-
getBigBlockSize
public int getBigBlockSize() -
getHeaderValue
public short getHeaderValue()Returns the value that gets written into the header. Is the power of two that corresponds to the size of the block, eg 512 => 9 -
getPropertiesPerBlock
public int getPropertiesPerBlock() -
getBATEntriesPerBlock
public int getBATEntriesPerBlock() -
getXBATEntriesPerBlock
public int getXBATEntriesPerBlock() -
getNextXBATChainOffset
public int getNextXBATChainOffset()
-