Uses of Interface
org.docx4j.org.apache.poi.poifs.storage.BlockWritable
| 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.property |
property package contains high and low level Property structures for POIFS.
|
| 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 BlockWritable in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement BlockWritable Modifier and Type Class Description classOPOIFSDocumentThis class manages a document in a old-style OPOIFS filesystem. -
Uses of BlockWritable in org.docx4j.org.apache.poi.poifs.property
Classes in org.docx4j.org.apache.poi.poifs.property that implement BlockWritable Modifier and Type Class Description classPropertyTableThis class embodies the Property Table for thePOIFSFileSystem; this is basically the directory for all of the documents in the filesystem. -
Uses of BlockWritable in org.docx4j.org.apache.poi.poifs.storage
Classes in org.docx4j.org.apache.poi.poifs.storage that implement BlockWritable Modifier and Type Class Description classBATBlockA block of block allocation table entries.classBlockAllocationTableWriterThis class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.classDocumentBlockA block of document data.classHeaderBlockWriterThe block containing the archive headerclassPropertyBlockA block of Property instancesclassSmallBlockTableWriterThis class implements storage for writing the small blocks used by small documents.classSmallDocumentBlockStorage for documents that are too small to use regular DocumentBlocks for their dataMethods in org.docx4j.org.apache.poi.poifs.storage that return BlockWritable Modifier and Type Method Description static BlockWritable[]PropertyBlock. createPropertyBlockArray(POIFSBigBlockSize bigBlockSize, java.util.List<Property> properties)Create an array of PropertyBlocks from an array of Property instances, creating empty Property instances to make up any shortfallMethods in org.docx4j.org.apache.poi.poifs.storage with parameters of type BlockWritable Modifier and Type Method Description static SmallDocumentBlock[]SmallDocumentBlock. convert(POIFSBigBlockSize bigBlockSize, BlockWritable[] store, int size)Factory for creating SmallDocumentBlocks from DocumentBlocks