Class JBIG2Globals

java.lang.Object
org.apache.pdfbox.jbig2.JBIG2Globals

public class JBIG2Globals extends Object
This class stores segments, that aren't associated to a page. If the data is embedded in another format, for example PDF, this segments might be stored separately in the file. This segments will be decoded on demand and all results are stored in the document object and can be retrieved from there.
  • Field Details

    • globalSegments

      private Map<Integer,SegmentHeader> globalSegments
      This map contains all segments, that are not associated with a page. The key is the segment number.
  • Constructor Details

    • JBIG2Globals

      public JBIG2Globals()
  • Method Details