Uses of Class
org.docx4j.org.apache.poi.poifs.storage.DocumentBlock
Packages that use DocumentBlock
Package
Description
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 DocumentBlock in org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as DocumentBlockModifier and TypeFieldDescriptionprivate DocumentBlock[]OPOIFSDocument.BigBlockStore.bigBlocksprivate static final DocumentBlock[]OPOIFSDocument.EMPTY_BIG_BLOCK_ARRAYMethods in org.docx4j.org.apache.poi.poifs.filesystem that return DocumentBlockModifier and TypeMethodDescriptionprivate static DocumentBlock[]OPOIFSDocument.convertRawBlocksToBigBlocks(ListManagedBlock[] blocks) (package private) DocumentBlock[]OPOIFSDocument.BigBlockStore.getBlocks()Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DocumentBlockModifierConstructorDescription(package private)BigBlockStore(POIFSBigBlockSize bigBlockSize, DocumentBlock[] blocks) Constructor -
Uses of DocumentBlock in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage that return DocumentBlockModifier and TypeMethodDescriptionstatic DocumentBlock[]DocumentBlock.convert(POIFSBigBlockSize bigBlockSize, byte[] array, int size) convert a single long array into an array of DocumentBlock instancesMethods in org.docx4j.org.apache.poi.poifs.storage with parameters of type DocumentBlockModifier and TypeMethodDescriptionstatic DataInputBlockDocumentBlock.getDataInputBlock(DocumentBlock[] blocks, int offset)