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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Decoderpublic Decoder()
 
- 
- 
Method Details- 
decode- Throws:
- ChecksumException
- FormatException
 
- 
decodepublic DecoderResult decode(BitMatrix bits, Map<DecodeHintType, ?> hints) throws FormatException, ChecksumException- Throws:
- FormatException
- ChecksumException
 
 
-