org.apache.poi.poifs.storage
public interface: ListManagedBlock [javadoc |
source]
All Known Implementing Classes:
SmallDocumentBlock, RawDataBlock
An interface for blocks managed by a list that works with a
BlockAllocationTable to keep block sequences straight
- author:
Marc - Johnson (mjohnson at apache dot org
| Method from org.apache.poi.poifs.storage.ListManagedBlock Summary: |
|---|
|
getData |
| Method from org.apache.poi.poifs.storage.ListManagedBlock Detail: |
public byte[] getData() throws IOException
Get the data from the block |