Uses of Class
org.apache.poi.poifs.storage.HeaderBlock
-
Packages that use HeaderBlock Package Description org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.org.apache.poi.poifs.property property package contains high and low level Property structures for POIFS.org.apache.poi.poifs.storage storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. -
-
Uses of HeaderBlock in org.apache.poi.poifs.filesystem
Methods in org.apache.poi.poifs.filesystem that return HeaderBlock Modifier and Type Method Description HeaderBlock
POIFSFileSystem. getHeaderBlock()
-
Uses of HeaderBlock in org.apache.poi.poifs.property
Constructors in org.apache.poi.poifs.property with parameters of type HeaderBlock Constructor Description PropertyTable(HeaderBlock headerBlock)
PropertyTable(HeaderBlock headerBlock, POIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want to extract the property table from it). -
Uses of HeaderBlock in org.apache.poi.poifs.storage
Methods in org.apache.poi.poifs.storage with parameters of type HeaderBlock Modifier and Type Method Description static long
BATBlock. calculateMaximumSize(HeaderBlock header)
static BATBlock.BATBlockAndIndex
BATBlock. getBATBlockAndIndex(int offset, HeaderBlock header, 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, List<BATBlock> sbats)
Returns the BATBlock that handles the specified offset, and the relative index within it, for the mini stream.
-