Uses of Class
com.google.zxing.FormatException
Packages that use FormatException
Package
Description
-
Uses of FormatException in com.google.zxing
Methods in com.google.zxing that return FormatExceptionModifier and TypeMethodDescriptionstatic FormatException
FormatException.getFormatInstance()
static FormatException
FormatException.getFormatInstance
(Throwable cause) Methods in com.google.zxing that throw FormatExceptionModifier 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 FormatException in com.google.zxing.aztec
Methods in com.google.zxing.aztec that throw FormatExceptionModifier and TypeMethodDescriptionAztecReader.decode
(BinaryBitmap image) Locates and decodes a Data Matrix code in an image.AztecReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of FormatException in com.google.zxing.aztec.decoder
Methods in com.google.zxing.aztec.decoder that throw FormatExceptionModifier and TypeMethodDescriptionDecoder.decode
(AztecDetectorResult detectorResult) static String
Decoder.highLevelDecode
(boolean[] correctedBits) -
Uses of FormatException in com.google.zxing.common
Methods in com.google.zxing.common that throw FormatExceptionModifier and TypeMethodDescriptionvoid
ECIStringBuilder.appendECI
(int value) Appends ECI value to output.static CharacterSetECI
CharacterSetECI.getCharacterSetECIByValue
(int value) -
Uses of FormatException in com.google.zxing.datamatrix
Methods in com.google.zxing.datamatrix that throw FormatExceptionModifier and TypeMethodDescriptionDataMatrixReader.decode
(BinaryBitmap image) Locates and decodes a Data Matrix code in an image.DataMatrixReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of FormatException in com.google.zxing.datamatrix.decoder
Methods in com.google.zxing.datamatrix.decoder that throw FormatExceptionModifier and TypeMethodDescriptionDecoder.decode
(boolean[][] image) Convenience method that can decode a Data Matrix Code represented as a 2D array of booleans.Decodes a Data Matrix Code represented as aBitMatrix
.static Version
Version.getVersionForDimensions
(int numRows, int numColumns) Deduces version information from Data Matrix dimensions. -
Uses of FormatException in com.google.zxing.maxicode
Methods in com.google.zxing.maxicode that throw FormatExceptionModifier and TypeMethodDescriptionMaxiCodeReader.decode
(BinaryBitmap image) Locates and decodes a MaxiCode in an image.MaxiCodeReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of FormatException in com.google.zxing.maxicode.decoder
Methods in com.google.zxing.maxicode.decoder that throw FormatException -
Uses of FormatException in com.google.zxing.multi
Methods in com.google.zxing.multi that throw FormatExceptionModifier and TypeMethodDescriptionByQuadrantReader.decode
(BinaryBitmap image) ByQuadrantReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of FormatException in com.google.zxing.oned
Methods in com.google.zxing.oned that throw FormatExceptionModifier and TypeMethodDescriptionprotected boolean
UPCEReader.checkChecksum
(String s) OneDReader.decode
(BinaryBitmap image) OneDReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) UPCAReader.decode
(BinaryBitmap image) UPCAReader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Code128Reader.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) ITFReader.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 FormatException in com.google.zxing.oned.rss.expanded
Methods in com.google.zxing.oned.rss.expanded that throw FormatExceptionModifier and TypeMethodDescriptionRSSExpandedReader.decodeRow
(int rowNumber, BitArray row, 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 -
Uses of FormatException in com.google.zxing.pdf417
Methods in com.google.zxing.pdf417 that throw FormatExceptionModifier and TypeMethodDescriptionPDF417Reader.decode
(BinaryBitmap image) Locates and decodes a PDF417 code in an image.PDF417Reader.decode
(BinaryBitmap image, Map<DecodeHintType, ?> hints) -
Uses of FormatException in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that throw FormatExceptionModifier and TypeMethodDescriptionstatic DecoderResult
PDF417ScanningDecoder.decode
(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) -
Uses of FormatException in com.google.zxing.qrcode
Methods in com.google.zxing.qrcode that throw FormatExceptionModifier 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 FormatException in com.google.zxing.qrcode.decoder
Methods in com.google.zxing.qrcode.decoder that throw FormatExceptionModifier 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
.static Version
Version.getProvisionalVersionForDimension
(int dimension) Deduces version information purely from QR Code dimensions. -
Uses of FormatException in com.google.zxing.qrcode.detector
Methods in com.google.zxing.qrcode.detector that throw FormatExceptionModifier and TypeMethodDescriptionDetector.detect()
Detects a QR Code in an image.final DetectorResult
Detector.detect
(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.protected final DetectorResult
Detector.processFinderPatternInfo
(FinderPatternInfo info)