Uses of Class
org.docx4j.org.apache.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 org.docx4j.org.apache.poi.poifs.filesystem
Fields in org.docx4j.org.apache.poi.poifs.filesystem declared as SmallDocumentBlockModifier and TypeFieldDescriptionprivate SmallDocumentBlock[]OPOIFSDocument.SmallBlockStore._smallBlocksprivate static final SmallDocumentBlock[]OPOIFSDocument.EMPTY_SMALL_BLOCK_ARRAYMethods in org.docx4j.org.apache.poi.poifs.filesystem that return SmallDocumentBlockModifier and TypeMethodDescriptionprivate static SmallDocumentBlock[]OPOIFSDocument.convertRawBlocksToSmallBlocks(ListManagedBlock[] blocks) (package private) SmallDocumentBlock[]OPOIFSDocument.SmallBlockStore.getBlocks()OPOIFSDocument.getSmallBlocks()Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type SmallDocumentBlockModifierConstructorDescriptionOPOIFSDocument(String name, SmallDocumentBlock[] blocks, int length) Constructor from small blocks(package private)SmallBlockStore(POIFSBigBlockSize bigBlockSize, SmallDocumentBlock[] blocks) Constructor -
Uses of SmallDocumentBlock in org.docx4j.org.apache.poi.poifs.storage
Fields in org.docx4j.org.apache.poi.poifs.storage with type parameters of type SmallDocumentBlockModifier and TypeFieldDescriptionprivate List<SmallDocumentBlock>SmallBlockTableWriter._small_blocksMethods in org.docx4j.org.apache.poi.poifs.storage that return SmallDocumentBlockModifier and TypeMethodDescriptionstatic SmallDocumentBlock[]SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize, byte[] array, int size) convert a single long array into an array of SmallDocumentBlock instancesstatic SmallDocumentBlock[]SmallDocumentBlock.convert(POIFSBigBlockSize bigBlockSize, BlockWritable[] store, int size) Factory for creating SmallDocumentBlocks from DocumentBlocksprivate static SmallDocumentBlockSmallDocumentBlock.makeEmptySmallDocumentBlock(POIFSBigBlockSize bigBlockSize) Methods in org.docx4j.org.apache.poi.poifs.storage that return types with arguments of type SmallDocumentBlockModifier and TypeMethodDescriptionstatic List<SmallDocumentBlock>SmallDocumentBlock.extract(POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks) create a list of SmallDocumentBlock's from raw dataMethods in org.docx4j.org.apache.poi.poifs.storage with parameters of type SmallDocumentBlockModifier and TypeMethodDescriptionstatic DataInputBlockSmallDocumentBlock.getDataInputBlock(SmallDocumentBlock[] blocks, int offset) Method parameters in org.docx4j.org.apache.poi.poifs.storage with type arguments of type SmallDocumentBlockModifier and TypeMethodDescriptionstatic intSmallDocumentBlock.fill(POIFSBigBlockSize bigBlockSize, List<SmallDocumentBlock> blocks) fill out a List of SmallDocumentBlocks so that it fully occupies a set of big blocksConstructor parameters in org.docx4j.org.apache.poi.poifs.storage with type arguments of type SmallDocumentBlockModifierConstructorDescriptionSmallDocumentBlockList(List<SmallDocumentBlock> blocks) Constructor SmallDocumentBlockList