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 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