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

Quick Search    Search Deep

org.apache.poi.poifs.storage: Javadoc index of package org.apache.poi.poifs.storage.


Package Samples:

org.apache.poi.poifs.storage

Classes:

BlockAllocationTableReader: This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices. Each block of the filesystem has an index. The first block, the header, is skipped; the first block after the header is index 0, the next is index 1, and so on. A block's index is also its index into the Block Allocation Table. The entry that it finds in the Block Allocation Table is the index of the next block in the linked list of blocks making up a file, or it is set to -2: end of list.
BlockAllocationTableWriter: This class manages and creates the Block Allocation Table, which is basically a set of linked lists of block indices. Each block of the filesystem has an index. The first block, the header, is skipped; the first block after the header is index 0, the next is index 1, and so on. A block's index is also its index into the Block Allocation Table. The entry that it finds in the Block Allocation Table is the index of the next block in the linked list of blocks making up a file, or it is set to -2: end of list.
BATBlock: A block of block allocation table entries. BATBlocks are created only through a static factory method: createBATBlocks.
ListManagedBlock: An interface for blocks managed by a list that works with a BlockAllocationTable to keep block sequences straight
SmallDocumentBlock: Storage for documents that are too small to use regular DocumentBlocks for their data
SmallBlockTableWriter: This class implements storage for writing the small blocks used by small documents.
SmallBlockTableReader: This class implements reading the small document block list from an existing file
BlockList: Interface for lists of blocks that are mapped by block allocation tables
SmallDocumentBlockList: A list of SmallDocumentBlocks instances, and methods to manage the list
RawDataBlockList: A list of RawDataBlocks instances, and methods to manage the list
BlockWritable: An interface for persisting block storage of POIFS components.
RawDataBlock: A big block created from an InputStream, holding the raw data
TestBlockAllocationTableReader: Class to test BlockAllocationTableReader functionality
TestBlockAllocationTableWriter: Class to test BlockAllocationTableWriter functionality
HeaderBlockConstants: Constants used in reading/writing the Header block
TestSmallDocumentBlockList: Class to test SmallDocumentBlockList functionality
TestSmallBlockTableReader: Class to test SmallBlockTableReader functionality
TestSmallBlockTableWriter: Class to test SmallBlockTableWriter functionality
TestSmallDocumentBlock: Class to test SmallDocumentBlock functionality
TestHeaderBlockReader: Class to test HeaderBlockReader functionality
TestHeaderBlockWriter: Class to test HeaderBlockWriter functionality
TestRawDataBlockList: Class to test RawDataBlockList functionality
TestBlockListImpl: Class to test BlockListImpl functionality
TestDocumentBlock: Class to test DocumentBlock functionality
TestPropertyBlock: Class to test PropertyBlock functionality

Home | Contact Us | Privacy Policy | Terms of Service