Uses of Interface
org.docx4j.org.apache.poi.poifs.storage.ListManagedBlock
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.storage |
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
Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type ListManagedBlock Constructor Description OPOIFSDocument(java.lang.String name, POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks, int length)Constructor from small blocksOPOIFSDocument(java.lang.String name, ListManagedBlock[] blocks, int length) -
Uses of ListManagedBlock in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement ListManagedBlock Modifier and Type Class Description classRawDataBlockA big block created from an InputStream, holding the raw dataclassSmallDocumentBlockStorage for documents that are too small to use regular DocumentBlocks for their dataMethods in org.docx4j.org.apache.poi.poifs.storage that return ListManagedBlock Modifier and Type Method Description ListManagedBlock[]BlockList. fetchBlocks(int startBlock, int headerPropertiesStartBlock)get the blocks making up a particular stream in the list.ListManagedBlockBlockList. remove(int index)remove and return the specified block from the listMethods in org.docx4j.org.apache.poi.poifs.storage with parameters of type ListManagedBlock Modifier and Type Method Description static java.util.List<SmallDocumentBlock>SmallDocumentBlock. extract(POIFSBigBlockSize bigBlockSize, ListManagedBlock[] blocks)create a list of SmallDocumentBlock's from raw data