Uses of Interface
org.apache.poi.poifs.storage.ListManagedBlock

Packages that use ListManagedBlock
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
org.apache.poi.poifs.storage storage package contains low level binary structures for POIFS's implementation of the OLE 2 Compound Document Format. 
 

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

Constructors in org.apache.poi.poifs.filesystem with parameters of type ListManagedBlock
POIFSDocument(java.lang.String name, ListManagedBlock[] blocks, int length)
          Constructor from small blocks
 

Uses of ListManagedBlock in org.apache.poi.poifs.storage
 

Classes in org.apache.poi.poifs.storage that implement ListManagedBlock
 class RawDataBlock
          A big block created from an InputStream, holding the raw data
 class SmallDocumentBlock
          Storage for documents that are too small to use regular DocumentBlocks for their data
 

Methods in org.apache.poi.poifs.storage that return ListManagedBlock
 ListManagedBlock BlockList.remove(int index)
          remove and return the specified block from the list
 ListManagedBlock[] BlockList.fetchBlocks(int startBlock)
          get the blocks making up a particular stream in the list.
 

Methods in org.apache.poi.poifs.storage with parameters of type ListManagedBlock
static java.util.List SmallDocumentBlock.extract(ListManagedBlock[] blocks)
          create a list of SmallDocumentBlock's from raw data
 



Copyright © 2002 Apache jakarta-poi project. All Rights Reserved.