Uses of Interface
loci.poi.poifs.storage.BlockList
-
Packages that use BlockList Package Description loci.poi.poifs.storage storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. -
-
Uses of BlockList in loci.poi.poifs.storage
Classes in loci.poi.poifs.storage that implement BlockList Modifier and Type Class Description class
RawDataBlockList
A list of RawDataBlocks instances, and methods to manage the listclass
SmallDocumentBlockList
A list of SmallDocumentBlocks instances, and methods to manage the listMethods in loci.poi.poifs.storage that return BlockList Modifier and Type Method Description static BlockList
SmallBlockTableReader. getSmallDocumentBlocks(RawDataBlockList blockList, RootProperty root, int sbatStart)
fetch the small document block list from an existing fileConstructors in loci.poi.poifs.storage with parameters of type BlockList Constructor Description BlockAllocationTableReader(int block_count, int[] block_array, int xbat_count, int xbat_index, BlockList raw_block_list, int size)
create a BlockAllocationTableReader for an existing filesystem.
-