Uses of Class
org.docx4j.org.apache.poi.poifs.storage.DataInputBlock
Packages that use DataInputBlock
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 DataInputBlock in org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as DataInputBlockModifier and TypeFieldDescriptionprivate DataInputBlockODocumentInputStream._currentBlockthe data block containing the current stream pointerMethods in org.docx4j.org.apache.poi.poifs.filesystem that return DataInputBlockModifier and TypeMethodDescriptionprivate DataInputBlockODocumentInputStream.getDataInputBlock(int offset) (package private) DataInputBlockOPOIFSDocument.getDataInputBlock(int offset) -
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.private voidDataInputBlock.readSpanning(DataInputBlock prevBlock, int prevBlockAvailable, byte[] buf) Reads a small amount of data from across the boundary between two blocks.intDataInputBlock.readUShortLE(DataInputBlock prevBlock) Reads a short which spans the end of prevBlock and the start of this block.