Uses of Class
org.apache.poi.poifs.common.POIFSBigBlockSize
Packages that use POIFSBigBlockSize
Package
Description
common package contains constants and other classes shared across all POIFS subpackages
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of POIFSBigBlockSize in org.apache.poi.poifs.common
Fields in org.apache.poi.poifs.common declared as POIFSBigBlockSizeModifier and TypeFieldDescriptionstatic final POIFSBigBlockSizePOIFSConstants.LARGER_BIG_BLOCK_SIZE_DETAILSstatic final POIFSBigBlockSizePOIFSConstants.SMALLER_BIG_BLOCK_SIZE_DETAILS -
Uses of POIFSBigBlockSize in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return POIFSBigBlockSize -
Uses of POIFSBigBlockSize in org.apache.poi.poifs.storage
Methods in org.apache.poi.poifs.storage that return POIFSBigBlockSizeMethods in org.apache.poi.poifs.storage with parameters of type POIFSBigBlockSizeModifier and TypeMethodDescriptionstatic longBATBlock.calculateMaximumSize(POIFSBigBlockSize bigBlockSize, int numBATs) Calculates the maximum size of a file which is addressable given the number of FAT (BAT) sectors specified.static BATBlockBATBlock.createBATBlock(POIFSBigBlockSize bigBlockSize, ByteBuffer data) Create a single BATBlock from the byte buffer, which must hold at least one big block of data to be read.static BATBlockBATBlock.createEmptyBATBlock(POIFSBigBlockSize bigBlockSize, boolean isXBAT) Creates a single BATBlock, with all the values set to empty.Constructors in org.apache.poi.poifs.storage with parameters of type POIFSBigBlockSizeModifierConstructorDescriptionHeaderBlock(POIFSBigBlockSize bigBlockSize) Create a single instance initialized with default values