Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » storage » [javadoc | source]
org.apache.poi.poifs.storage
public class: HeaderBlockReader [javadoc | source]
java.lang.Object
   org.apache.poi.poifs.storage.HeaderBlockReader

All Implemented Interfaces:
    HeaderBlockConstants

The block containing the archive header
Constructor:
 public HeaderBlockReader(InputStream stream) throws IOException 
    create a new HeaderBlockReader from an InputStream
    Parameters:
    stream - the source InputStream
    Throws:
    IOException - on errors or bad data
    exception: IOException - on errors or bad data
Method from org.apache.poi.poifs.storage.HeaderBlockReader Summary:
getBATArray,   getBATCount,   getBigBlockSize,   getPropertyStart,   getSBATStart,   getXBATCount,   getXBATIndex
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.poi.poifs.storage.HeaderBlockReader Detail:
 public int[] getBATArray() 
 public int getBATCount() 
 public int getBigBlockSize() 
 public int getPropertyStart() 
    get start of Property Table
 public int getSBATStart() 
 public int getXBATCount() 
 public int getXBATIndex()