Uses of Class
org.apache.pdfbox.jbig2.err.InvalidHeaderValueException
Packages that use InvalidHeaderValueException
-
Uses of InvalidHeaderValueException in org.apache.pdfbox.jbig2
Methods in org.apache.pdfbox.jbig2 that throw InvalidHeaderValueExceptionModifier and TypeMethodDescriptionDictionary.getDictionary()Decodes a dictionary segment and returns the result.Region.getRegionBitmap()Decodes and returns a regions content.voidSegmentData.init(SegmentHeader header, SubInputStream sis) Parse the stream and read information of header. -
Uses of InvalidHeaderValueException in org.apache.pdfbox.jbig2.segments
Methods in org.apache.pdfbox.jbig2.segments that throw InvalidHeaderValueExceptionModifier and TypeMethodDescriptionPatternDictionary.getDictionary()This method decodes a pattern dictionary segment and returns an array ofBitmaps.SymbolDictionary.getDictionary()6.5.5 Decoding the symbol dictionaryGenericRefinementRegion.getRegionBitmap()Decode using a template and arithmetic coding, as described in 6.3.5.6HalftoneRegion.getRegionBitmap()The procedure is described in JBIG2 ISO standard, 6.6.5.TextRegion.getRegionBitmap()voidEndOfStripe.init(SegmentHeader header, SubInputStream sis) voidGenericRegion.init(SegmentHeader header, SubInputStream sis) voidHalftoneRegion.init(SegmentHeader header, SubInputStream sis) voidPageInformation.init(SegmentHeader header, SubInputStream sis) voidPatternDictionary.init(SegmentHeader header, SubInputStream sis) voidRegionSegmentInformation.init(SegmentHeader header, SubInputStream sis) voidSymbolDictionary.init(SegmentHeader header, SubInputStream sis) voidTable.init(SegmentHeader header, SubInputStream sis) voidTextRegion.init(SegmentHeader header, SubInputStream sis)