org.apache.poi.poifs.storage
public final class HeaderBlockReader extends java.lang.Object
Constructor and Description |
---|
HeaderBlockReader(java.io.InputStream stream)
create a new HeaderBlockReader from an InputStream
|
Modifier and Type | Method and Description |
---|---|
int[] |
getBATArray() |
int |
getBATCount() |
int |
getBigBlockSize() |
int |
getPropertyStart()
get start of Property Table
|
int |
getSBATStart() |
int |
getXBATCount() |
int |
getXBATIndex() |
public HeaderBlockReader(java.io.InputStream stream) throws java.io.IOException
stream
- the source InputStreamjava.io.IOException
- on errors or bad datapublic int getPropertyStart()
public int getSBATStart()
public int getBATCount()
public int[] getBATArray()
public int getXBATCount()
public int getXBATIndex()
public int getBigBlockSize()
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.