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

Quick Search    Search Deep

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

Interface Summary
BlockList Interface for lists of blocks that are mapped by block allocation tables
BlockWritable An interface for persisting block storage of POIFS components.
ListManagedBlock An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straight
 

Class Summary
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.
BlockListImpl A simple implementation of BlockList
DocumentBlock A block of document data.
HeaderBlock The block containing the archive header
LocalProperty  
LocalRawDataBlockList Class LocalRawDataBlockList
PropertyBlock A block of Property instances
RawDataBlock A big block created from an InputStream, holding the raw data
RawDataBlockList A list of RawDataBlocks instances, and methods to manage the list
SmallBlockTable This class implements storage for the small blocks used by small documents.
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
TestBATBlock Class to test BATBlock functionality
TestBlockAllocationTable Class to test BlockAllocationTable functionality
TestBlockListImpl Class to test BlockListImpl functionality
TestDocumentBlock Class to test DocumentBlock functionality
TestHeaderBlock Class to test HeaderBlock functionality
TestPropertyBlock Class to test PropertyBlock functionality
TestRawDataBlock Class to test RawDataBlock functionality
TestRawDataBlockList Class to test RawDataBlockList functionality
TestSmallBlockTable Class to test SmallBlockTable functionality
TestSmallDocumentBlock Class to test SmallDocumentBlock functionality
TestSmallDocumentBlockList Class to test SmallDocumentBlockList functionality