Class Decoder
- java.lang.Object
-
- com.google.zxing.maxicode.decoder.Decoder
-
public final class Decoder extends java.lang.ObjectThe main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DecoderResultdecode(BitMatrix bits)DecoderResultdecode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints)
-
-
-
Method Detail
-
decode
public DecoderResult decode(BitMatrix bits) throws ChecksumException, FormatException
- Throws:
ChecksumExceptionFormatException
-
decode
public DecoderResult decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints) throws FormatException, ChecksumException
- Throws:
FormatExceptionChecksumException
-
-