| 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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private SmallDocumentBlock[] | 
POIFSDocument.SmallBlockStore.smallBlocks  | 
| Constructor and Description | 
|---|
POIFSDocument(String name,
             SmallDocumentBlock[] blocks,
             int length)
Constructor from small blocks 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static SmallDocumentBlock[] | 
SmallDocumentBlock.convert(BlockWritable[] store,
       int size)
Factory for creating SmallDocumentBlocks from DocumentBlocks 
 | 
static SmallDocumentBlock[] | 
SmallDocumentBlock.convert(byte[] array,
       int size)
convert a single long array into an array of SmallDocumentBlock
 instances 
 | 
private static SmallDocumentBlock | 
SmallDocumentBlock.makeEmptySmallDocumentBlock(int size)  | 
Copyright © 2016 Open Microscopy Environment