Uses of Class
loci.poi.poifs.storage.SmallDocumentBlock
Packages that use SmallDocumentBlock
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 SmallDocumentBlock in loci.poi.poifs.filesystem
Constructors in loci.poi.poifs.filesystem with parameters of type SmallDocumentBlockModifierConstructorDescriptionPOIFSDocument(String name, SmallDocumentBlock[] blocks, int length) Constructor from small blocks -
Uses of SmallDocumentBlock in loci.poi.poifs.storage
Methods in loci.poi.poifs.storage that return SmallDocumentBlockModifier and TypeMethodDescriptionstatic SmallDocumentBlock[]SmallDocumentBlock.convert(byte[] array, int size) convert a single long array into an array of SmallDocumentBlock instancesstatic SmallDocumentBlock[]SmallDocumentBlock.convert(BlockWritable[] store, int size) Factory for creating SmallDocumentBlocks from DocumentBlocks