Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » storage » [javadoc | source]
org.apache.cocoon.poi.poifs.storage
public interface: BlockWritable [javadoc | source]

All Known Implementing Classes:
    BlockAllocationTable, PropertyBlock, SmallDocumentBlock, SmallBlockTable, BATBlock, PropertyTable, DocumentBlock, Document, HeaderBlock, BigBlock

An interface for persisting block storage of POIFS components.
Method from org.apache.cocoon.poi.poifs.storage.BlockWritable Summary:
writeBlocks
Method from org.apache.cocoon.poi.poifs.storage.BlockWritable Detail:
 public  void writeBlocks(OutputStream stream) throws IOException
    Write the storage to an OutputStream