Class BlockStore

  • Direct Known Subclasses:
    POIFSFileSystem, POIFSMiniStore

    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

      Constructors 
      Constructor Description
      BlockStore()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BlockStore

        public BlockStore()