Uses of Class
org.jpedal.jbig2.JBIG2Exception
Package
Description
-
Uses of JBIG2Exception in org.jpedal.jbig2
Modifier 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
-
Uses of JBIG2Exception in org.jpedal.jbig2.image
Modifier 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
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.extensions
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.pageinformation
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.pattern
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.generic
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.halftone
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.refinement
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.region.text
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.stripes
-
Uses of JBIG2Exception in org.jpedal.jbig2.segment.symboldictionary