Uses of Class
org.apache.poi.poifs.storage.DocumentBlock

Packages that use DocumentBlock
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 DocumentBlock in org.apache.poi.poifs.storage
 

Methods in org.apache.poi.poifs.storage that return DocumentBlock
static DocumentBlock[] DocumentBlock.convert(POIFSBigBlockSize bigBlockSize, byte[] array, int size)
          convert a single long array into an array of DocumentBlock instances
 

Methods in org.apache.poi.poifs.storage with parameters of type DocumentBlock
static DataInputBlock DocumentBlock.getDataInputBlock(DocumentBlock[] blocks, int offset)
           
 



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