Uses of Class
org.docx4j.org.apache.poi.poifs.storage.DataInputBlock
Packages that use DataInputBlock
Package
Description
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of DataInputBlock in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage that return DataInputBlockModifier and TypeMethodDescriptionstatic DataInputBlockDocumentBlock.getDataInputBlock(DocumentBlock[] blocks, int offset) static DataInputBlockSmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks, int offset) Methods in org.docx4j.org.apache.poi.poifs.storage with parameters of type DataInputBlockModifier and TypeMethodDescriptionintDataInputBlock.readIntLE(DataInputBlock prevBlock, int prevBlockAvailable) Reads an int which spans the end of prevBlock and the start of this block.longDataInputBlock.readLongLE(DataInputBlock prevBlock, int prevBlockAvailable) Reads a long which spans the end of prevBlock and the start of this block.intDataInputBlock.readUShortLE(DataInputBlock prevBlock) Reads a short which spans the end of prevBlock and the start of this block.