Uses of Class
com.google.zxing.FormatException
Packages that use FormatException
Package
Description
-
Uses of FormatException in com.google.zxing
Fields in com.google.zxing declared as FormatExceptionMethods in com.google.zxing that return FormatExceptionModifier and TypeMethodDescriptionstatic FormatExceptionFormatException.getFormatInstance()static FormatExceptionFormatException.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 TypeMethodDescriptionprivate Decoder.CorrectedBitsResultDecoder.correctBits(boolean[] rawbits) Performs RS error correction on an array of bits.Decoder.decode(AztecDetectorResult detectorResult) private static StringDecoder.getEncodedData(boolean[] correctedBits) Gets the string encoded in the aztec code bitsstatic StringDecoder.highLevelDecode(boolean[] correctedBits) -
Uses of FormatException in com.google.zxing.common
Methods in com.google.zxing.common that throw FormatExceptionModifier and TypeMethodDescriptionvoidECIStringBuilder.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 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 TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes) Decoder.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.private static voidDecodedBitStreamParser.decodeAnsiX12Segment(BitSource bits, ECIStringBuilder result) See ISO 16022:2006, 5.2.7private static DecodedBitStreamParser.ModeDecodedBitStreamParser.decodeAsciiSegment(BitSource bits, ECIStringBuilder result, StringBuilder resultTrailer, Set<Integer> fnc1positions) See ISO 16022:2006, 5.2.3 and Annex C, Table C.2private static voidDecodedBitStreamParser.decodeBase256Segment(BitSource bits, ECIStringBuilder result, Collection<byte[]> byteSegments) See ISO 16022:2006, 5.2.9 and Annex B, B.2private static voidDecodedBitStreamParser.decodeC40Segment(BitSource bits, ECIStringBuilder result, Set<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, Set<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 -
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 FormatExceptionModifier and TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes, int mode) Decoder.decode(BitMatrix bits, Map<DecodeHintType, ?> hints) -
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 TypeMethodDescription(package private) booleanUPCEANReader.checkChecksum(String s) protected booleanUPCEReader.checkChecksum(String s) (package private) static booleanUPCEANReader.checkStandardUPCEANChecksum(CharSequence s) Computes the UPC/EAN checksum on a string of digits, and reports whether the checksum is correct or not.OneDReader.decode(BinaryBitmap image) OneDReader.decode(BinaryBitmap image, Map<DecodeHintType, ?> hints) UPCAReader.decode(BinaryBitmap image) UPCAReader.decode(BinaryBitmap image, Map<DecodeHintType, ?> hints) private static StringCode39Reader.decodeExtended(CharSequence encoded) private static StringCode93Reader.decodeExtended(CharSequence encoded) 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 ResultOneDReader.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) (package private) static intUPCEANReader.getStandardUPCEANChecksum(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 FormatExceptionModifier and TypeMethodDescription(package private) static ResultRSSExpandedReader.constructResult(List<ExpandedPair> pairs) RSSExpandedReader.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 FormatExceptionModifier and TypeMethodDescription(package private) StringGeneralAppIdDecoder.decodeAllCodes(StringBuilder buff, int initialPosition) (package private) DecodedInformationGeneralAppIdDecoder.decodeGeneralPurposeField(int pos, String remaining) private DecodedCharGeneralAppIdDecoder.decodeIsoIec646(int pos) private DecodedNumericGeneralAppIdDecoder.decodeNumeric(int pos) private DecodedInformationGeneralAppIdDecoder.parseBlocks()abstract StringAbstractExpandedDecoder.parseInformation()AI01392xDecoder.parseInformation()AI01393xDecoder.parseInformation()AI01AndOtherAIs.parseInformation()AnyAIDecoder.parseInformation()private BlockParsedResultGeneralAppIdDecoder.parseIsoIec646Block()private BlockParsedResultGeneralAppIdDecoder.parseNumericBlock()Constructors in com.google.zxing.oned.rss.expanded.decoders that throw FormatExceptionModifierConstructorDescription(package private)DecodedNumeric(int newPosition, int firstDigit, int secondDigit) -
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) private static Result[]PDF417Reader.decode(BinaryBitmap image, Map<DecodeHintType, ?> hints, boolean multiple) -
Uses of FormatException in com.google.zxing.pdf417.decoder
Methods in com.google.zxing.pdf417.decoder that throw FormatExceptionModifier and TypeMethodDescriptionprivate 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 DecoderResultstatic DecoderResultPDF417ScanningDecoder.decode(BitMatrix image, ResultPoint imageTopLeft, ResultPoint imageBottomLeft, ResultPoint imageTopRight, ResultPoint imageBottomRight, int minCodewordWidth, int maxCodewordWidth) private static 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 FormatExceptionModifier and TypeMethodDescriptionQRCodeReader.decode(BinaryBitmap image) Locates and decodes a QR code in an image.final ResultQRCodeReader.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 TypeMethodDescription(package private) static DecoderResultDecodedBitStreamParser.decode(byte[] bytes, Version version, ErrorCorrectionLevel ecLevel, Map<DecodeHintType, ?> hints) Decoder.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.private DecoderResultDecoder.decode(BitMatrixParser parser, Map<DecodeHintType, ?> hints) private static voidDecodedBitStreamParser.decodeAlphanumericSegment(BitSource bits, StringBuilder result, int count, boolean fc1InEffect) private static voidDecodedBitStreamParser.decodeByteSegment(BitSource bits, StringBuilder result, int count, CharacterSetECI currentCharacterSetECI, Collection<byte[]> byteSegments, Map<DecodeHintType, ?> hints) private static voidDecodedBitStreamParser.decodeHanziSegment(BitSource bits, StringBuilder result, int count) See specification GBT 18284-2000private static voidDecodedBitStreamParser.decodeKanjiSegment(BitSource bits, StringBuilder result, int count) private static voidDecodedBitStreamParser.decodeNumericSegment(BitSource bits, 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 -
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 DetectorResultDetector.detect(Map<DecodeHintType, ?> hints) Detects a QR Code in an image.protected final DetectorResultDetector.processFinderPatternInfo(FinderPatternInfo info)