Uses of Class
com.google.zxing.ChecksumException
Package
Description
-
Uses of ChecksumException in com.google.zxing
Modifier and TypeMethodDescriptionstatic ChecksumException
ChecksumException.getChecksumInstance()
static ChecksumException
ChecksumException.getChecksumInstance
(Throwable cause) Modifier and TypeMethodDescriptionReader.decode
(BinaryBitmap image) Locates and decodes a barcode in some format within an image.Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Locates and decodes a barcode in some format within an image. -
Uses of ChecksumException in com.google.zxing.datamatrix
Modifier and TypeMethodDescriptionDataMatrixReader.decode
(BinaryBitmap image) Locates and decodes a Data Matrix code in an image.DataMatrixReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.datamatrix.decoder
-
Uses of ChecksumException in com.google.zxing.maxicode
Modifier and TypeMethodDescriptionMaxiCodeReader.decode
(BinaryBitmap image) Locates and decodes a MaxiCode in an image.MaxiCodeReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.maxicode.decoder
-
Uses of ChecksumException in com.google.zxing.multi
Modifier and TypeMethodDescriptionByQuadrantReader.decode
(BinaryBitmap image) ByQuadrantReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.oned
Modifier and TypeMethodDescriptionCode128Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code39Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Code93Reader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) abstract Result
OneDReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) Attempts to decode a one-dimensional barcode format given a single row of an image.UPCAReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) UPCAReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) UPCEANReader.decodeRow
(int rowNumber, BitArray row, int[] startGuardRange, Map<DecodeHintType, ?> hints) LikeUPCEANReader.decodeRow(int, BitArray, Map)
, but allows caller to inform method about where the UPC/EAN start pattern is found.UPCEANReader.decodeRow
(int rowNumber, BitArray row, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.pdf417
Modifier and TypeMethodDescriptionPDF417Reader.decode
(BinaryBitmap image) Locates and decodes a PDF417 code in an image.PDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.pdf417.decoder
Modifier and TypeMethodDescriptionstatic DecoderResult
PDF417ScanningDecoder.decode
(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) -
Uses of ChecksumException in com.google.zxing.pdf417.decoder.ec
Modifier and TypeMethodDescriptionint
ErrorCorrection.decode
(int[] received, int numECCodewords, int[] erasures) -
Uses of ChecksumException in com.google.zxing.qrcode
Modifier and TypeMethodDescriptionQRCodeReader.decode
(BinaryBitmap image) Locates and decodes a QR code in an image.final Result
QRCodeReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.qrcode.decoder
Modifier and TypeMethodDescriptionDecoder.decode
(boolean[][] image) Decoder.decode
(boolean[][] image, Map<DecodeHintType, ?> hints) Convenience method that can decode a QR Code represented as a 2D array of booleans.Decoder.decode
(BitMatrix bits, Map<DecodeHintType, ?> hints) Decodes a QR Code represented as aBitMatrix
.