Package com.itextpdf.text.pdf.codec
Class JBIG2SegmentReader.JBIG2Segment
java.lang.Object
com.itextpdf.text.pdf.codec.JBIG2SegmentReader.JBIG2Segment
- All Implemented Interfaces:
Comparable<JBIG2SegmentReader.JBIG2Segment>
- Enclosing class:
- JBIG2SegmentReader
public static class JBIG2SegmentReader.JBIG2Segment
extends Object
implements Comparable<JBIG2SegmentReader.JBIG2Segment>
Inner class that holds information about a JBIG2 segment.
- Since:
- 2.1.5
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
byte[]
long
boolean
byte[]
int
int
boolean
int[]
final int
boolean[]
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
segmentNumber
public final int segmentNumber -
dataLength
public long dataLength -
page
public int page -
referredToSegmentNumbers
public int[] referredToSegmentNumbers -
segmentRetentionFlags
public boolean[] segmentRetentionFlags -
type
public int type -
deferredNonRetain
public boolean deferredNonRetain -
countOfReferredToSegments
public int countOfReferredToSegments -
data
public byte[] data -
headerData
public byte[] headerData -
page_association_size
public boolean page_association_size -
page_association_offset
public int page_association_offset
-
-
Constructor Details
-
JBIG2Segment
public JBIG2Segment(int segment_number)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<JBIG2SegmentReader.JBIG2Segment>
-