Uses of Class
loci.poi.poifs.storage.DocumentBlock
Packages that use DocumentBlock
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 DocumentBlock in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return DocumentBlock -
Uses of DocumentBlock in loci.poi.poifs.storage
Methods in loci.poi.poifs.storage that return DocumentBlockModifier and TypeMethodDescriptionstatic DocumentBlock[]DocumentBlock.convert(long offset, loci.common.RandomAccessInputStream stream, int numBytes, int size, int blockSize) convert a single long array into an array of DocumentBlock instancesMethods in loci.poi.poifs.storage with parameters of type DocumentBlockModifier and TypeMethodDescriptionstatic voidDocumentBlock.read(DocumentBlock[] blocks, byte[] buffer, int offset, int blockSize, loci.common.RandomAccessInputStream stream) read data from an array of DocumentBlocks