Uses of Class
org.apache.pdfbox.jbig2.JBIG2Document
Packages that use JBIG2Document
-
Uses of JBIG2Document in org.apache.pdfbox.jbig2
Fields in org.apache.pdfbox.jbig2 declared as JBIG2DocumentModifier and TypeFieldDescriptionprivate JBIG2DocumentJBIG2ImageReader.documentJBIG2 document to which we delegate current work.private final JBIG2DocumentJBIG2Page.documentMethods in org.apache.pdfbox.jbig2 that return JBIG2DocumentMethods in org.apache.pdfbox.jbig2 with parameters of type JBIG2DocumentModifier and TypeMethodDescriptionprivate voidSegmentHeader.parse(JBIG2Document document, ImageInputStream subInputStream, long offset, int organisationType) private voidSegmentHeader.readSegmentPageAssociation(JBIG2Document document, ImageInputStream subInputStream, int countOfRTS, int[] rtsNumbers) 7.2.6 Segment page associationConstructors in org.apache.pdfbox.jbig2 with parameters of type JBIG2DocumentModifierConstructorDescriptionprotectedJBIG2Page(JBIG2Document document, int pageNumber) SegmentHeader(JBIG2Document document, SubInputStream sis, long offset, int organisationType)