public class Table extends Object implements SegmentData
| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHtHigh() |
int |
getHtLow() |
int |
getHtOOB() |
int |
getHtPS() |
int |
getHtRS() |
SubInputStream |
getSubInputStream() |
void |
init(SegmentHeader header,
SubInputStream sis)
Parse the stream and read information of header.
|
public void init(SegmentHeader header, SubInputStream sis) throws InvalidHeaderValueException, IOException, IntegerMaxValueException
SegmentDatainit in interface SegmentDataheader - - The segments' header (to make referred-to segments available in data part).sis - - Wrapped ImageInputStream into SubInputStream.InvalidHeaderValueException - if the segment header value is invalidIOException - if an underlying IO operation failsIntegerMaxValueException - if the maximum value limit of an integer is exceededpublic int getHtOOB()
public int getHtPS()
public int getHtRS()
public int getHtLow()
public int getHtHigh()
public SubInputStream getSubInputStream()
Copyright © 2018 The Apache Software Foundation. All rights reserved.