Uses of Interface
org.docx4j.org.apache.poi.poifs.storage.ListManagedBlock
Packages that use ListManagedBlock
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 ListManagedBlock in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type ListManagedBlockModifier and TypeMethodDescriptionprivate static DocumentBlock[]OPOIFSDocument.convertRawBlocksToBigBlocks(ListManagedBlock[] blocks) private static SmallDocumentBlock[]OPOIFSDocument.convertRawBlocksToSmallBlocks(ListManagedBlock[] blocks) Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type ListManagedBlockModifierConstructorDescriptionOPOIFSDocument(String name, POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks, int length) Constructor from small blocksOPOIFSDocument(String name, ListManagedBlock[] blocks, int length) -
Uses of ListManagedBlock in org.docx4j.org.apache.poi.poifs.property
Methods in org.docx4j.org.apache.poi.poifs.property with parameters of type ListManagedBlockModifier and TypeMethodDescriptionPropertyFactory.convertToProperties(ListManagedBlock[] blocks) Convert raw data blocks to an array of Property's -
Uses of ListManagedBlock in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement ListManagedBlockModifier and TypeClassDescriptionclassA big block created from an InputStream, holding the raw datafinal classStorage for documents that are too small to use regular DocumentBlocks for their dataFields in org.docx4j.org.apache.poi.poifs.storage declared as ListManagedBlockMethods in org.docx4j.org.apache.poi.poifs.storage that return ListManagedBlockModifier and TypeMethodDescription(package private) ListManagedBlock[]BlockAllocationTableReader.fetchBlocks(int startBlock, int headerPropertiesStartBlock, BlockList blockList) walk the entries from a specified point and return the associated blocks.BlockList.fetchBlocks(int startBlock, int headerPropertiesStartBlock) get the blocks making up a particular stream in the list.BlockListImpl.fetchBlocks(int startBlock, int headerPropertiesStartBlock) get the blocks making up a particular stream in the list.protected ListManagedBlockBlockListImpl.get(int index) Unit testing method.BlockList.remove(int index) remove and return the specified block from the listBlockListImpl.remove(int index) remove and return the specified block from the listMethods in org.docx4j.org.apache.poi.poifs.storage with parameters of type ListManagedBlockModifier and TypeMethodDescriptionstatic List<SmallDocumentBlock>SmallDocumentBlock.extract(POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks) create a list of SmallDocumentBlock's from raw dataprotected voidBlockListImpl.setBlocks(ListManagedBlock[] blocks) provide blocks to manageprivate voidBlockAllocationTableReader.setEntries(ListManagedBlock[] blocks, BlockList raw_blocks) Convert an array of blocks into a set of integer indicesConstructors in org.docx4j.org.apache.poi.poifs.storage with parameters of type ListManagedBlockModifierConstructorDescription(package private)BlockAllocationTableReader(POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks, BlockList raw_block_list) create a BlockAllocationTableReader from an array of raw data blocks