Package org.docx4j.org.apache.poi.poifs.storage


package 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.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:
  • Class
    Description
    A block of block allocation table entries.
     
    This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.
    This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices.
    Interface for lists of blocks that are mapped by block allocation tables
    An interface for persisting block storage of POIFS components.
    Wraps a byte array and provides simple data input access.
    A block of document data.
    The block containing the archive header
    Constants used in reading/writing the Header block
    The block containing the archive header
    An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straight
    A block of Property instances
    A big block created from an InputStream, holding the raw data
    A list of RawDataBlocks instances, and methods to manage the list
    This class implements reading the small document block list from an existing file
    This class implements storage for writing the small blocks used by small documents.
    Storage for documents that are too small to use regular DocumentBlocks for their data
    A list of SmallDocumentBlocks instances, and methods to manage the list