org.apache.cocoon.poi.poifs.storage
abstract class: BigBlock [javadoc |
source]
java.lang.Object
org.apache.cocoon.poi.poifs.storage.BigBlock
All Implemented Interfaces:
BlockWritable
Direct Known Subclasses:
PropertyBlock, BATBlock, DocumentBlock, HeaderBlock
Abstract base class of all POIFS block storage classes. All
extensions of BigBlock should write 512 bytes of data when
requested to write their data.
This class has package scope, as there is no reason at this time to
make the class public.
- author:
Marc - Johnson (marc_johnson27591@hotmail.com)