Uses of Class
org.apache.poi.poifs.filesystem.BlockStore

Packages that use BlockStore
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
 

Uses of BlockStore in org.apache.poi.poifs.filesystem
 

Subclasses of BlockStore in org.apache.poi.poifs.filesystem
 class NPOIFSFileSystem
          This is the main class of the POIFS system; it manages the entire life cycle of the filesystem.
 class NPOIFSMiniStore
          This class handles the MiniStream (small block store) in the NIO case for NPOIFSFileSystem
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type BlockStore
NPOIFSStream(BlockStore blockStore)
          Constructor for a new stream.
NPOIFSStream(BlockStore blockStore, int startBlock)
          Constructor for an existing stream.
 



Copyright 2012 The Apache Software Foundation or its licensors, as applicable.