Uses of Class
com.google.zxing.ChecksumException
Packages that use ChecksumException
Package
Description
-
Uses of ChecksumException in com.google.zxing
Methods in com.google.zxing that return ChecksumExceptionModifier and TypeMethodDescriptionstatic ChecksumException
ChecksumException.getChecksumInstance()
static ChecksumException
ChecksumException.getChecksumInstance
(Throwable cause) Methods in com.google.zxing that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.datamatrix that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.datamatrix.decoder that throw ChecksumException -
Uses of ChecksumException in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.maxicode.decoder that throw ChecksumException -
Uses of ChecksumException in com.google.zxing.multi
Methods in com.google.zxing.multi that throw ChecksumExceptionModifier and TypeMethodDescriptionByQuadrantReader.decode
(BinaryBitmap image) ByQuadrantReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of ChecksumException in com.google.zxing.oned
Methods in com.google.zxing.oned that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.pdf417 that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.pdf417.decoder that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.pdf417.decoder.ec that throw ChecksumExceptionModifier and TypeMethodDescriptionint
ErrorCorrection.decode
(int[] received, int numECCodewords, int[] erasures) -
Uses of ChecksumException in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that throw ChecksumExceptionModifier 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
Methods in com.google.zxing.qrcode.decoder that throw ChecksumExceptionModifier 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
.