[]
public class JBIG2Decoder
| Name | Description |
|---|---|
| JBIG2Decoder() | Constructor |
| Name | Description |
|---|---|
| AllSegments | |
| GlobalData | If the data stream is taken from a PDF, there may be some global data. Pass any global data in here. Call this method before decodeJBIG2(...) |
| NumberOfPages | |
| NumberOfPagesKnown | |
| RandomAccessOrganisationUsed |
| Name | Description |
|---|---|
| decodeJBIG2(byte[]) | Decodes a JBIG2 image from a byte array |
| findPageSegement(int) | |
| findSegment(int) |