Uses of Class
loci.poi.poifs.storage.RawDataBlock
Packages that use RawDataBlock
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 RawDataBlock in loci.poi.poifs.filesystem
Constructors in loci.poi.poifs.filesystem with parameters of type RawDataBlockModifierConstructorDescriptionPOIFSDocument(String name, RawDataBlock[] blocks, int length) Constructor from large blocks -
Uses of RawDataBlock in loci.poi.poifs.storage
Constructors in loci.poi.poifs.storage with parameters of type RawDataBlockModifierConstructorDescriptionDocumentBlock(RawDataBlock block, int size) create a document block from a raw data block