Uses of Interface
loci.poi.poifs.storage.ListManagedBlock
-
Packages that use ListManagedBlock Package Description loci.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.loci.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 loci.poi.poifs.filesystem
Constructors in loci.poi.poifs.filesystem with parameters of type ListManagedBlock Constructor Description POIFSDocument(String name, ListManagedBlock[] blocks, int length, int size)
Constructor from small blocks -
Uses of ListManagedBlock in loci.poi.poifs.storage
Classes in loci.poi.poifs.storage that implement ListManagedBlock Modifier and Type Class Description class
RawDataBlock
A big block created from an InputStream, holding the raw dataclass
SmallDocumentBlock
Storage for documents that are too small to use regular DocumentBlocks for their dataFields in loci.poi.poifs.storage declared as ListManagedBlock Modifier and Type Field Description protected ListManagedBlock[]
BlockListImpl. _blocks
protected ListManagedBlock[]
BlockListImpl. _blocks
Methods in loci.poi.poifs.storage that return ListManagedBlock Modifier and Type Method Description ListManagedBlock[]
BlockList. fetchBlocks(int startBlock)
get the blocks making up a particular stream in the list.ListManagedBlock[]
RawDataBlockList. getBlocks()
ListManagedBlock[]
SmallDocumentBlockList. getBlocks()
ListManagedBlock
BlockList. remove(int index)
remove and return the specified block from the listMethods in loci.poi.poifs.storage with parameters of type ListManagedBlock Modifier and Type Method Description static List
SmallDocumentBlock. extract(ListManagedBlock[] blocks, int size)
create a list of SmallDocumentBlock's from raw data
-