Uses of Class
org.docx4j.org.apache.poi.poifs.storage.RawDataBlock
| Package | Description |
|---|---|
| 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.storage |
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
|
-
Uses of RawDataBlock in org.docx4j.org.apache.poi.poifs.filesystem
Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type RawDataBlock Constructor Description OPOIFSDocument(java.lang.String name, RawDataBlock[] blocks, int length)Constructor from large blocks -
Uses of RawDataBlock in org.docx4j.org.apache.poi.poifs.storage
Constructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type RawDataBlock Constructor Description DocumentBlock(RawDataBlock block)create a document block from a raw data block