public class HeaderBlockReader extends java.lang.Object implements HeaderBlockConstants
_bat_array_offset, _bat_count_offset, _property_start_offset, _sbat_block_count_offset, _sbat_start_offset, _signature, _signature_offset, _xbat_count_offset, _xbat_start_offset
Constructor and Description |
---|
HeaderBlockReader(java.io.InputStream stream,
int blockSize)
create a new HeaderBlockReader from an InputStream
|
Modifier and Type | Method and Description |
---|---|
int[] |
getBATArray() |
int |
getBATCount() |
int |
getPropertyStart()
get start of Property Table
|
int |
getSBATStart() |
int |
getXBATCount() |
int |
getXBATIndex() |
public HeaderBlockReader(java.io.InputStream stream, int blockSize) throws java.io.IOException
stream
- the source InputStreamsize
- the size of a big blockjava.io.IOException
- on errors or bad datapublic int getPropertyStart()
public int getSBATStart()
public int getBATCount()
public int[] getBATArray()
public int getXBATCount()
public int getXBATIndex()
Copyright © 2014 Open Microscopy Environment