Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » filesystem » [javadoc | source]
org.apache.poi.poifs.filesystem
public interface: BATManaged [javadoc | source]

All Known Implementing Classes:
    SmallBlockTableWriter, POIFSDocument, BlockAllocationTableWriter, PropertyTable

This interface defines behaviors for objects managed by the Block Allocation Table (BAT).
Method from org.apache.poi.poifs.filesystem.BATManaged Summary:
countBlocks,   setStartBlock
Method from org.apache.poi.poifs.filesystem.BATManaged Detail:
 public int countBlocks()
    Return the number of BigBlock's this instance uses
 public  void setStartBlock(int index)
    Set the start block for this instance