Package org.apache.pdfbox.jbig2
Class JBIG2Globals
java.lang.Object
org.apache.pdfbox.jbig2.JBIG2Globals
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 Summary
FieldsModifier and TypeFieldDescriptionprivate Map
<Integer, SegmentHeader> This map contains all segments, that are not associated with a page. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addSegment
(Integer segmentNumber, SegmentHeader segment) protected SegmentHeader
getSegment
(int segmentNr)
-
Field Details
-
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
-
getSegment
-
addSegment
-