Uses of Package
org.docx4j.org.apache.poi.poifs.storage
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| 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.
|
-
Classes in org.docx4j.org.apache.poi.poifs.storage used by org.docx4j.org.apache.poi.poifs.dev Class Description BlockAllocationTableReader This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.HeaderBlock The block containing the archive headerRawDataBlockList A list of RawDataBlocks instances, and methods to manage the list -
Classes in org.docx4j.org.apache.poi.poifs.storage used by org.docx4j.org.apache.poi.poifs.filesystem Class Description BATBlock A block of block allocation table entries.BATBlock.BATBlockAndIndex BlockWritable An interface for persisting block storage of POIFS components.HeaderBlock The block containing the archive headerListManagedBlock An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straightRawDataBlock A big block created from an InputStream, holding the raw dataSmallDocumentBlock Storage for documents that are too small to use regular DocumentBlocks for their data -
Classes in org.docx4j.org.apache.poi.poifs.storage used by org.docx4j.org.apache.poi.poifs.property Class Description BlockWritable An interface for persisting block storage of POIFS components.HeaderBlock The block containing the archive headerRawDataBlockList A list of RawDataBlocks instances, and methods to manage the list -
Classes in org.docx4j.org.apache.poi.poifs.storage used by org.docx4j.org.apache.poi.poifs.storage Class Description BATBlock A block of block allocation table entries.BATBlock.BATBlockAndIndex BlockAllocationTableReader This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.BlockAllocationTableWriter This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.BlockList Interface for lists of blocks that are mapped by block allocation tablesBlockWritable An interface for persisting block storage of POIFS components.DataInputBlock Wraps a byte array and provides simple data input access.DocumentBlock A block of document data.HeaderBlock The block containing the archive headerHeaderBlockConstants Constants used in reading/writing the Header blockListManagedBlock An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straightRawDataBlock A big block created from an InputStream, holding the raw dataRawDataBlockList A list of RawDataBlocks instances, and methods to manage the listSmallDocumentBlock Storage for documents that are too small to use regular DocumentBlocks for their data