Uses of Interface
loci.poi.poifs.storage.BlockWritable
Packages that use BlockWritable
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
property package contains high and low level Property structures for POIFS.
storage package contains low level binary structures for POIFS's implementation of the OLE 2
Compound Document Format.
-
Uses of BlockWritable in loci.poi.poifs.filesystem
Classes in loci.poi.poifs.filesystem that implement BlockWritableModifier and TypeClassDescriptionclassThis class manages a document in the POIFS filesystem.Methods in loci.poi.poifs.filesystem that return BlockWritableModifier and TypeMethodDescriptionPOIFSDocument.getSmallBlocks()return the array of SmallDocumentBlocks used -
Uses of BlockWritable in loci.poi.poifs.property
Classes in loci.poi.poifs.property that implement BlockWritableModifier and TypeClassDescriptionclassThis class embodies the Property Table for the filesystem; this is basically the dsirectory for all of the documents in the filesystem. -
Uses of BlockWritable in loci.poi.poifs.storage
Classes in loci.poi.poifs.storage that implement BlockWritableModifier and TypeClassDescriptionclassA block of block allocation table entries.classThis class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.classA block of document data.classThe block containing the archive headerclassA block of Property instancesclassThis class implements storage for writing the small blocks used by small documents.classStorage for documents that are too small to use regular DocumentBlocks for their dataMethods in loci.poi.poifs.storage that return BlockWritableModifier and TypeMethodDescriptionstatic BlockWritable[]PropertyBlock.createPropertyBlockArray(List properties, int size) Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfallMethods in loci.poi.poifs.storage with parameters of type BlockWritableModifier and TypeMethodDescriptionstatic SmallDocumentBlock[]SmallDocumentBlock.convert(BlockWritable[] store, int size) Factory for creating SmallDocumentBlocks from DocumentBlocksstatic voidSmallDocumentBlock.read(BlockWritable[] blocks, byte[] buffer, int offset) read data from an array of SmallDocumentBlocks