| |
|
| java.lang.Object org.apache.poi.poifs.storage.HeaderBlockReader
HeaderBlockReader | public class HeaderBlockReader implements HeaderBlockConstants(Code) | | The block containing the archive header
author: Marc Johnson (mjohnson at apache dot org) |
HeaderBlockReader | public HeaderBlockReader(InputStream stream) throws IOException(Code) | | create a new HeaderBlockReader from an InputStream
Parameters: stream - the source InputStream exception: IOException - on errors or bad data |
getBATArray | public int[] getBATArray()(Code) | | BAT array |
getBATCount | public int getBATCount()(Code) | | number of BAT blocks |
getPropertyStart | public int getPropertyStart()(Code) | | get start of Property Table
the index of the first block of the Property Table |
getSBATStart | public int getSBATStart()(Code) | | start of small block allocation table |
getXBATCount | public int getXBATCount()(Code) | | XBAT count |
getXBATIndex | public int getXBATIndex()(Code) | | XBAT index |
|
|
|