Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.apache.cocoon.poi.poifs.storage

Classes in org.apache.cocoon.poi.poifs.storage used by org.apache.cocoon.poi.poifs.storage
BATBlock
          A block of block allocation table entries.
BigBlock
           
BlockAllocationTable
          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 tables
BlockListImpl
          A simple implementation of BlockList
BlockWritable
          An interface for persisting block storage of POIFS components.
DocumentBlock
          A block of document data.
ListManagedBlock
          An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straight
RawDataBlock
          A big block created from an InputStream, holding the raw data
RawDataBlockList
          A list of RawDataBlocks instances, and methods to manage the list
SmallDocumentBlock
          Storage for documents that are too small to use regular DocumentBlocks for their data
SmallDocumentBlockList
          A list of SmallDocumentBlocks instances, and methods to manage the list