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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddSegment(Integer segmentNumber, SegmentHeader segment) protected SegmentHeadergetSegment(int segmentNr)
-
Constructor Details
-
JBIG2Globals
public JBIG2Globals()
-
-
Method Details
-
getSegment
-
addSegment
-