com.lowagie.text.pdf.codec
public static class JBIG2SegmentReader.JBIG2Page extends Object
Since: 2.1.5
| Field Summary | |
|---|---|
| int | page |
| int | pageBitmapHeight |
| int | pageBitmapWidth |
| SortedMap | segs |
| JBIG2SegmentReader | sr |
| Constructor Summary | |
|---|---|
| JBIG2Page(int page, JBIG2SegmentReader sr) | |
| Method Summary | |
|---|---|
| void | addSegment(JBIG2SegmentReader.JBIG2Segment s) |
| byte[] | getData(boolean for_embedding)
return as a single byte array the header-data for each segment in segment number
order, EMBEDDED organization, but i am putting the needed segments in SEQUENTIAL organization.
if for_embedding, skip the segment types that are known to be not for acrobat. |
Parameters: for_embedding
Returns: a byte array
Throws: IOException