| 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 DocumentBlock[] | POIFSDocument.BigBlockStore. bigBlocks | 
| Modifier and Type | Method and Description | 
|---|---|
| DocumentBlock[] | POIFSDocument. getBigBlocks() | 
| (package private) DocumentBlock[] | POIFSDocument.BigBlockStore. getBlocks() | 
| Modifier and Type | Method and Description | 
|---|---|
| static DocumentBlock[] | DocumentBlock. convert(long offset,
       RandomAccessInputStream stream,
       int numBytes,
       int size,
       int blockSize)convert a single long array into an array of DocumentBlock
 instances | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | DocumentBlock. read(DocumentBlock[] blocks,
    byte[] buffer,
    int offset,
    int blockSize,
    RandomAccessInputStream stream)read data from an array of DocumentBlocks | 
Copyright © 2015 Open Microscopy Environment