Class Decoder
java.lang.Object
com.google.zxing.maxicode.decoder.Decoder
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
- Author:
- Manuel Kasten
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
decode
- Throws:
ChecksumException
FormatException
-
decode
public DecoderResult decode(BitMatrix bits, Map<DecodeHintType, ?> hints) throws FormatException, ChecksumException- Throws:
FormatException
ChecksumException
-