Package org.apache.poi.poifs.storage
Interface BlockWritable
-
- All Known Implementing Classes:
BATBlock
public interface BlockWritableAn interface for persisting block storage of POIFS components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteBlocks(java.io.OutputStream stream)Write the storage to an OutputStream
-