Uses of Class
org.docx4j.org.apache.poi.poifs.storage.DataInputBlock
| Package | Description |
|---|---|
| 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 DataInputBlock in org.docx4j.org.apache.poi.poifs.storage
Methods in org.docx4j.org.apache.poi.poifs.storage that return DataInputBlock Modifier and Type Method Description static 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 DataInputBlock Modifier and Type Method Description intDataInputBlock. 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.