Uses of Class
com.google.zxing.FormatException
-
-
Uses of FormatException in com.google.zxing
Fields in com.google.zxing declared as FormatException Modifier and Type Field Description private static FormatExceptionFormatException. INSTANCEMethods in com.google.zxing that return FormatException Modifier and Type Method Description static FormatExceptionFormatException. getFormatInstance()static FormatExceptionFormatException. getFormatInstance(java.lang.Throwable cause)Methods in com.google.zxing that throw FormatException Modifier and Type Method Description ResultReader. decode(BinaryBitmap image)Locates and decodes a barcode in some format within an image.ResultReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)Locates and decodes a barcode in some format within an image. -
Uses of FormatException in com.google.zxing.aztec
Methods in com.google.zxing.aztec that throw FormatException Modifier and Type Method Description ResultAztecReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultAztecReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that throw FormatException Modifier and Type Method Description private Decoder.CorrectedBitsResultDecoder. correctBits(boolean[] rawbits)Performs RS error correction on an array of bits.DecoderResultDecoder. decode(AztecDetectorResult detectorResult)private static java.lang.StringDecoder. getEncodedData(boolean[] correctedBits)Gets the string encoded in the aztec code bitsstatic java.lang.StringDecoder. highLevelDecode(boolean[] correctedBits) -
Uses of FormatException in com.google.zxing.common
Methods in com.google.zxing.common that throw FormatException Modifier and Type Method Description voidECIStringBuilder. appendECI(int value)Appends ECI value to output.static CharacterSetECICharacterSetECI. getCharacterSetECIByValue(int value) -
Uses of FormatException in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix that throw FormatException Modifier and Type Method Description ResultDataMatrixReader. decode(BinaryBitmap image)Locates and decodes a Data Matrix code in an image.ResultDataMatrixReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that throw FormatException Modifier and Type Method Description (package private) static DecoderResultDecodedBitStreamParser. decode(byte[] bytes)DecoderResultDecoder. decode(boolean[][] image)Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.DecoderResultDecoder. decode(BitMatrix bits)Decodes a Data Matrix Code represented as aBitMatrix.private static voidDecodedBitStreamParser. decodeAnsiX12Segment(BitSource bits, ECIStringBuilder result)See ISO 16022:2006, 5.2.7private static DecodedBitStreamParser.ModeDecodedBitStreamParser. decodeAsciiSegment(BitSource bits, ECIStringBuilder result, java.lang.StringBuilder resultTrailer, java.util.Set<java.lang.Integer> fnc1positions)See ISO 16022:2006, 5.2.3 and Annex C, Table C.2private static voidDecodedBitStreamParser. decodeBase256Segment(BitSource bits, ECIStringBuilder result, java.util.Collection<byte[]> byteSegments)See ISO 16022:2006, 5.2.9 and Annex B, B.2private static voidDecodedBitStreamParser. decodeC40Segment(BitSource bits, ECIStringBuilder result, java.util.Set<java.lang.Integer> fnc1positions)See ISO 16022:2006, 5.2.5 and Annex C, Table C.1private static voidDecodedBitStreamParser. decodeECISegment(BitSource bits, ECIStringBuilder result)See ISO 16022:2007, 5.4.1private static voidDecodedBitStreamParser. decodeTextSegment(BitSource bits, ECIStringBuilder result, java.util.Set<java.lang.Integer> fnc1positions)See ISO 16022:2006, 5.2.6 and Annex C, Table C.2static VersionVersion. getVersionForDimensions(int numRows, int numColumns)Deduces version information from Data Matrix dimensions.(package private) byte[]BitMatrixParser. readCodewords()Reads the bits in theBitMatrixrepresenting the mapping matrix (No alignment patterns) in the correct order in order to reconstitute the codewords bytes contained within the Data Matrix Code.private static VersionBitMatrixParser. readVersion(BitMatrix bitMatrix)Creates the version object based on the dimension of the original bit matrix from the datamatrix code.Constructors in com.google.zxing.datamatrix.decoder that throw FormatException Constructor Description BitMatrixParser(BitMatrix bitMatrix) -
Uses of FormatException in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that throw FormatException Modifier and Type Method Description ResultMaxiCodeReader. decode(BinaryBitmap image)Locates and decodes a MaxiCode in an image.ResultMaxiCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.maxicode.decoder
Methods in com.google.zxing.maxicode.decoder that throw FormatException Modifier and Type Method Description (package private) static DecoderResultDecodedBitStreamParser. decode(byte[] bytes, int mode)DecoderResultDecoder. decode(BitMatrix bits)DecoderResultDecoder. decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.multi
Methods in com.google.zxing.multi that throw FormatException Modifier and Type Method Description ResultByQuadrantReader. decode(BinaryBitmap image)ResultByQuadrantReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.oned
Methods in com.google.zxing.oned that throw FormatException Modifier and Type Method Description (package private) booleanUPCEANReader. checkChecksum(java.lang.String s)protected booleanUPCEReader. checkChecksum(java.lang.String s)(package private) static booleanUPCEANReader. checkStandardUPCEANChecksum(java.lang.CharSequence s)Computes the UPC/EAN checksum on a string of digits, and reports whether the checksum is correct or not.ResultOneDReader. decode(BinaryBitmap image)ResultOneDReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decode(BinaryBitmap image)ResultUPCAReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static java.lang.StringCode39Reader. decodeExtended(java.lang.CharSequence encoded)private static java.lang.StringCode93Reader. decodeExtended(java.lang.CharSequence encoded)ResultCode128Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode39Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultCode93Reader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultITFReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)abstract ResultOneDReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)Attempts to decode a one-dimensional barcode format given a single row of an image.ResultUPCAReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)ResultUPCAReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, int[] startGuardRange, java.util.Map<DecodeHintType,?> hints)LikeUPCEANReader.decodeRow(int, BitArray, Map), but allows caller to inform method about where the UPC/EAN start pattern is found.ResultUPCEANReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints)(package private) static intUPCEANReader. getStandardUPCEANChecksum(java.lang.CharSequence s)private static ResultUPCAReader. maybeReturnResult(Result result) -
Uses of FormatException in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded that throw FormatException Modifier and Type Method Description (package private) static ResultRSSExpandedReader. constructResult(java.util.List<ExpandedPair> pairs)ResultRSSExpandedReader. decodeRow(int rowNumber, BitArray row, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.oned.rss.expanded.decoders
Methods in com.google.zxing.oned.rss.expanded.decoders that throw FormatException Modifier and Type Method Description (package private) java.lang.StringGeneralAppIdDecoder. decodeAllCodes(java.lang.StringBuilder buff, int initialPosition)(package private) DecodedInformationGeneralAppIdDecoder. decodeGeneralPurposeField(int pos, java.lang.String remaining)private DecodedCharGeneralAppIdDecoder. decodeIsoIec646(int pos)private DecodedNumericGeneralAppIdDecoder. decodeNumeric(int pos)private DecodedInformationGeneralAppIdDecoder. parseBlocks()abstract java.lang.StringAbstractExpandedDecoder. parseInformation()java.lang.StringAI01392xDecoder. parseInformation()java.lang.StringAI01393xDecoder. parseInformation()java.lang.StringAI01AndOtherAIs. parseInformation()java.lang.StringAnyAIDecoder. parseInformation()private BlockParsedResultGeneralAppIdDecoder. parseIsoIec646Block()private BlockParsedResultGeneralAppIdDecoder. parseNumericBlock()Constructors in com.google.zxing.oned.rss.expanded.decoders that throw FormatException Constructor Description DecodedNumeric(int newPosition, int firstDigit, int secondDigit) -
Uses of FormatException in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 that throw FormatException Modifier and Type Method Description ResultPDF417Reader. decode(BinaryBitmap image)Locates and decodes a PDF417 code in an image.ResultPDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)private static Result[]PDF417Reader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints, boolean multiple) -
Uses of FormatException in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that throw FormatException Modifier and Type Method Description private static intDecodedBitStreamParser. byteCompaction(int mode, int[] codewords, int codeIndex, ECIStringBuilder result)Byte Compaction mode (see 5.4.3) permits all 256 possible 8-bit byte values to be encoded.private static DecoderResultPDF417ScanningDecoder. createDecoderResult(DetectionResult detectionResult)private static DecoderResultPDF417ScanningDecoder. createDecoderResultFromAmbiguousValues(int ecLevel, int[] codewords, int[] erasureArray, int[] ambiguousIndexes, int[][] ambiguousIndexValues)This method deals with the fact, that the decoding process doesn't always yield a single most likely value.(package private) static DecoderResultDecodedBitStreamParser. decode(int[] codewords, java.lang.String ecLevel)static DecoderResultPDF417ScanningDecoder. decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth)private static java.lang.StringDecodedBitStreamParser. decodeBase900toBase10(int[] codewords, int count)Convert a list of Numeric Compacted codewords from Base 900 to Base 10.private static DecoderResultPDF417ScanningDecoder. decodeCodewords(int[] codewords, int ecLevel, int[] erasures)(package private) static intDecodedBitStreamParser. decodeMacroBlock(int[] codewords, int codeIndex, PDF417ResultMetadata resultMetadata)private static intDecodedBitStreamParser. numericCompaction(int[] codewords, int codeIndex, ECIStringBuilder result)Numeric Compaction mode (see 5.4.4) permits efficient encoding of numeric data strings.private static intDecodedBitStreamParser. textCompaction(int[] codewords, int codeIndex, ECIStringBuilder result)Text Compaction mode (see 5.4.1.5) permits all printable ASCII characters to be encoded, i.e.private static voidPDF417ScanningDecoder. verifyCodewordCount(int[] codewords, int numECCodewords)Verify that all is OK with the codeword array. -
Uses of FormatException in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that throw FormatException Modifier and Type Method Description ResultQRCodeReader. decode(BinaryBitmap image)Locates and decodes a QR code in an image.ResultQRCodeReader. decode(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) -
Uses of FormatException in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that throw FormatException Modifier and Type Method Description (package private) static DecoderResultDecodedBitStreamParser. decode(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, java.util.Map<DecodeHintType,?> hints)DecoderResultDecoder. decode(boolean[][] image)DecoderResultDecoder. decode(boolean[][] image, java.util.Map<DecodeHintType,?> hints)Convenience method that can decode a QR Code represented as a 2D array of booleans.DecoderResultDecoder. decode(BitMatrix bits)DecoderResultDecoder. decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints)Decodes a QR Code represented as aBitMatrix.private DecoderResultDecoder. decode(BitMatrixParser parser, java.util.Map<DecodeHintType,?> hints)private static voidDecodedBitStreamParser. decodeAlphanumericSegment(BitSource bits, java.lang.StringBuilder result, int count, boolean fc1InEffect)private static voidDecodedBitStreamParser. decodeByteSegment(BitSource bits, java.lang.StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, java.util.Collection<byte[]> byteSegments, java.util.Map<DecodeHintType,?> hints)private static voidDecodedBitStreamParser. decodeHanziSegment(BitSource bits, java.lang.StringBuilder result, int count)See specification GBT 18284-2000private static voidDecodedBitStreamParser. decodeKanjiSegment(BitSource bits, java.lang.StringBuilder result, int count)private static voidDecodedBitStreamParser. decodeNumericSegment(BitSource bits, java.lang.StringBuilder result, int count)static VersionVersion. getProvisionalVersionForDimension(int dimension)Deduces version information purely from QR Code dimensions.private static intDecodedBitStreamParser. parseECIValue(BitSource bits)(package private) byte[]BitMatrixParser. readCodewords()Reads the bits in theBitMatrixrepresenting the finder pattern in the correct order in order to reconstruct the codewords bytes contained within the QR Code.(package private) FormatInformationBitMatrixParser. readFormatInformation()Reads format information from one of its two locations within the QR Code.(package private) VersionBitMatrixParser. readVersion()Reads version information from one of its two locations within the QR Code.private static charDecodedBitStreamParser. toAlphaNumericChar(int value)Constructors in com.google.zxing.qrcode.decoder that throw FormatException Constructor Description BitMatrixParser(BitMatrix bitMatrix) -
Uses of FormatException in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that throw FormatException Modifier and Type Method Description DetectorResultDetector. detect()Detects a QR Code in an image.DetectorResultDetector. detect(java.util.Map<DecodeHintType,?> hints)Detects a QR Code in an image.protected DetectorResultDetector. processFinderPatternInfo(FinderPatternInfo info)
-