Uses of Class
org.jpedal.jbig2.JBIG2Exception
Packages that use JBIG2Exception
Package
Description
-
Uses of JBIG2Exception in org.jpedal.jbig2
Methods in org.jpedal.jbig2 that throw JBIG2ExceptionModifier and TypeMethodDescriptionvoid
JBIG2Decoder.decodeJBIG2
(byte[] data) Decodes a JBIG2 image from a byte arrayvoid
JBIG2Decoder.decodeJBIG2
(File file) Decodes a JBIG2 image from a File objectvoid
JBIG2Decoder.decodeJBIG2
(InputStream inputStream) Decodes a JBIG2 image from an InputStreamvoid
JBIG2Decoder.decodeJBIG2
(String file) Decodes a JBIG2 image from a String pathvoid
JBIG2Decoder.setGlobalData
(byte[] data) If the data stream is taken from a PDF, there may be some global data. -
Uses of JBIG2Exception in org.jpedal.jbig2.decoders
Methods in org.jpedal.jbig2.decoders that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.image
Methods in org.jpedal.jbig2.image that throw JBIG2ExceptionModifier and TypeMethodDescriptionvoid
JBIG2Bitmap.readBitmap
(boolean useMMR, int template, boolean typicalPredictionGenericDecodingOn, boolean useSkip, JBIG2Bitmap skipBitmap, short[] adaptiveTemplateX, short[] adaptiveTemplateY, int mmrDataLength) readBitmap.void
JBIG2Bitmap.readGenericRefinementRegion
(int template, boolean typicalPredictionGenericRefinementOn, JBIG2Bitmap referredToBitmap, int referenceDX, int referenceDY, short[] adaptiveTemplateX, short[] adaptiveTemplateY) readGenericRefinementRegion.void
JBIG2Bitmap.readTextRegion
(boolean huffman, boolean symbolRefine, int noOfSymbolInstances, int logStrips, int noOfSymbols, int[][] symbolCodeTable, int symbolCodeLength, JBIG2Bitmap[] symbols, int defaultPixel, int combinationOperator, boolean transposed, int referenceCorner, int sOffset, int[][] huffmanFSTable, int[][] huffmanDSTable, int[][] huffmanDTTable, int[][] huffmanRDWTable, int[][] huffmanRDHTable, int[][] huffmanRDXTable, int[][] huffmanRDYTable, int[][] huffmanRSizeTable, int template, short[] symbolRegionAdaptiveTemplateX, short[] symbolRegionAdaptiveTemplateY, JBIG2StreamDecoder decoder) readTextRegion. -
Uses of JBIG2Exception in org.jpedal.jbig2.segment
Methods in org.jpedal.jbig2.segment that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.extensions
Methods in org.jpedal.jbig2.segment.extensions that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.pageinformation
Methods in org.jpedal.jbig2.segment.pageinformation that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.pattern
Methods in org.jpedal.jbig2.segment.pattern that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region
Methods in org.jpedal.jbig2.segment.region that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.generic
Methods in org.jpedal.jbig2.segment.region.generic that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.halftone
Methods in org.jpedal.jbig2.segment.region.halftone that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.refinement
Methods in org.jpedal.jbig2.segment.region.refinement that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.text
Methods in org.jpedal.jbig2.segment.region.text that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.stripes
Methods in org.jpedal.jbig2.segment.stripes that throw JBIG2Exception -
Uses of JBIG2Exception in org.jpedal.jbig2.segment.symboldictionary
Methods in org.jpedal.jbig2.segment.symboldictionary that throw JBIG2Exception