public static class JBIG2SegmentReader.JBIG2Page extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
page |
int |
pageBitmapHeight |
int |
pageBitmapWidth |
| Constructor and Description |
|---|
JBIG2Page(int page, JBIG2SegmentReader sr) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public final int page
public int pageBitmapWidth
public int pageBitmapHeight
public JBIG2Page(int page,
JBIG2SegmentReader sr) public byte[] getData(boolean for_embedding)
throws IOException
for_embedding -
IOException
public void addSegment(JBIG2SegmentReader.JBIG2Segment s)
Copyright © 1998–2021. All rights reserved.