com.lowagie.text.pdf.codec
public class JBIG2SegmentReader extends Object
Since: 2.1.5
Nested Class Summary | |
---|---|
static class | JBIG2SegmentReader.JBIG2Page
Inner class that holds information about a JBIG2 page. |
static class | JBIG2SegmentReader.JBIG2Segment
Inner class that holds information about a JBIG2 segment. |
Field Summary | |
---|---|
static int | END_OF_FILE |
static int | END_OF_PAGE |
static int | END_OF_STRIPE |
static int | EXTENSION |
SortedSet | globals |
static int | IMMEDIATE_GENERIC_REFINEMENT_REGION |
static int | IMMEDIATE_GENERIC_REGION |
static int | IMMEDIATE_HALFTONE_REGION |
static int | IMMEDIATE_LOSSLESS_GENERIC_REFINEMENT_REGION |
static int | IMMEDIATE_LOSSLESS_GENERIC_REGION |
static int | IMMEDIATE_LOSSLESS_HALFTONE_REGION |
static int | IMMEDIATE_LOSSLESS_TEXT_REGION |
static int | IMMEDIATE_TEXT_REGION |
static int | INTERMEDIATE_GENERIC_REFINEMENT_REGION |
static int | INTERMEDIATE_GENERIC_REGION |
static int | INTERMEDIATE_HALFTONE_REGION |
static int | INTERMEDIATE_TEXT_REGION |
int | number_of_pages |
boolean | number_of_pages_known |
SortedMap | pages |
static int | PAGE_INFORMATION |
static int | PATTERN_DICTIONARY |
static int | PROFILES |
RandomAccessFileOrArray | ra |
boolean | read |
SortedMap | segments |
boolean | sequential |
static int | SYMBOL_DICTIONARY |
static int | TABLES |
Constructor Summary | |
---|---|
JBIG2SegmentReader(RandomAccessFileOrArray ra) |
Method Summary | |
---|---|
static byte[] | copyByteArray(byte[] b) |
byte[] | getGlobal(boolean for_embedding) |
JBIG2SegmentReader.JBIG2Page | getPage(int page) |
int | getPageHeight(int i) |
int | getPageWidth(int i) |
int | numberOfPages() |
void | read() |
void | readFileHeader() |
JBIG2SegmentReader.JBIG2Segment | readHeader() |
void | readSegment(JBIG2SegmentReader.JBIG2Segment s) |
String | toString() |