Save This Page
Home » cocoon-2.1.11-src » org.apache.cocoon.poi.poifs » storage » [javadoc | source]
org.apache.cocoon.poi.poifs.storage
public class: LocalRawDataBlockList [javadoc | source]
java.lang.Object
   org.apache.cocoon.poi.poifs.storage.BlockListImpl
      org.apache.cocoon.poi.poifs.storage.RawDataBlockList
         org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList

All Implemented Interfaces:
    BlockList

Class LocalRawDataBlockList
Constructor:
 public LocalRawDataBlockList() throws IOException 
    Constructor LocalRawDataBlockList
    Throws:
    IOException -
    exception: IOException -
Method from org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList Summary:
add,   createNewBATBlock,   createNewXBATBlock,   fill,   remove,   zap
Methods from org.apache.cocoon.poi.poifs.storage.BlockListImpl:
fetchBlocks,   remove,   setBAT,   setBlocks,   zap
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.poi.poifs.storage.LocalRawDataBlockList Detail:
 public  void add(RawDataBlock block) 
    add a new block
 public  void createNewBATBlock(int start_index) throws IOException 
    create a BAT block and add it to the list
 public  void createNewXBATBlock(int start,
    int end,
    int chain) throws IOException 
    create and a new XBAT block
 public  void fill(int count) throws IOException 
    fill the list with dummy blocks
 public ListManagedBlock remove(int index) throws IOException 
    override of remove method
 public  void zap(int index) 
    remove the specified block from the list