Uses of Class
loci.poi.poifs.storage.DocumentBlock
-
Packages that use DocumentBlock Package Description loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.loci.poi.poifs.storage 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 Modifier and Type Method Description DocumentBlock[]
POIFSDocument. getBigBlocks()
-
Uses of DocumentBlock in loci.poi.poifs.storage
Methods in loci.poi.poifs.storage that return DocumentBlock Modifier and Type Method Description static 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 DocumentBlock Modifier and Type Method Description static void
DocumentBlock. read(DocumentBlock[] blocks, byte[] buffer, int offset, int blockSize, loci.common.RandomAccessInputStream stream)
read data from an array of DocumentBlocks
-