org.apache.poi.poifs.filesystem
Class BlockStore

java.lang.Object
  extended by org.apache.poi.poifs.filesystem.BlockStore
Direct Known Subclasses:
NPOIFSFileSystem, NPOIFSMiniStore

public abstract class BlockStore
extends java.lang.Object

This abstract class describes a way to read, store, chain and free a series of blocks (be they Big or Small ones)


Constructor Summary
BlockStore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockStore

public BlockStore()