Uses of Class
org.docx4j.org.apache.poi.poifs.storage.HeaderBlock
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
| org.docx4j.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.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev that return HeaderBlock Modifier and Type Method Description protected static HeaderBlockPOIFSDump. getHeaderBlock(NPOIFSFileSystem fs)Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type HeaderBlock Modifier and Type Method Description static voidPOIFSHeaderDumper. displayHeader(HeaderBlock header_block) -
Uses of HeaderBlock in org.docx4j.org.apache.poi.poifs.filesystem
Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type HeaderBlock Constructor Description NPOIFSMiniStore(NPOIFSFileSystem filesystem, RootProperty root, java.util.List<BATBlock> sbats, HeaderBlock header) -
Uses of HeaderBlock in org.docx4j.org.apache.poi.poifs.property
Constructors in org.docx4j.org.apache.poi.poifs.property with parameters of type HeaderBlock Constructor Description NPropertyTable(HeaderBlock headerBlock)NPropertyTable(HeaderBlock headerBlock, NPOIFSFileSystem filesystem)reading constructor (used when we've read in a file and we want to extract the property table from it).PropertyTable(HeaderBlock headerBlock)PropertyTable(HeaderBlock headerBlock, RawDataBlockList blockList)reading constructor (used when we've read in a file and we want to extract the property table from it).PropertyTableBase(HeaderBlock header_block)PropertyTableBase(HeaderBlock header_block, java.util.List<Property> properties)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.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type HeaderBlock Modifier and Type Method Description static longBATBlock. calculateMaximumSize(HeaderBlock header)static BATBlock.BATBlockAndIndexBATBlock. 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.BATBlockAndIndexBATBlock. 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.Constructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type HeaderBlock Constructor Description HeaderBlockWriter(HeaderBlock headerBlock)Create a single instance initialized with the specified existing values