FileDocCategorySizeDatePackage
BlockWritable.javaAPI DocApache Poi 3.0.11603Mon Jan 01 12:39:36 GMT 2007org.apache.poi.poifs.storage

BlockWritable

public interface BlockWritable
An interface for persisting block storage of POIFS components.
author
Marc Johnson (mjohnson at apache dot org)

Fields Summary
Constructors Summary
Methods Summary
public voidwriteBlocks(java.io.OutputStream stream)
Write the storage to an OutputStream

param
stream the OutputStream to which the stored data should be written
exception
IOException on problems writing to the specified stream