Package org.apache.poi.poifs.storage
Interface BlockWritable
- All Known Implementing Classes:
BATBlock
public interface BlockWritable
An interface for persisting block storage of POIFS components.
- Author:
- Marc Johnson (mjohnson at apache dot org)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeBlocks
(OutputStream stream) Write the storage to an OutputStream
-
Method Details
-
writeBlocks
Write the storage to an OutputStream- Parameters:
stream
- the OutputStream to which the stored data should be written- Throws:
IOException
- on problems writing to the specified stream
-