com.google.zxing.maxicode.decoder
Class Decoder
java.lang.Object
com.google.zxing.maxicode.decoder.Decoder
public final class Decoder
- extends Object
The main class which implements MaxiCode decoding -- as opposed to locating and extracting
the MaxiCode from an image.
- Author:
- Manuel Kasten
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder
public Decoder()
decode
public DecoderResult decode(BitMatrix bits)
throws ChecksumException,
FormatException
- Throws:
ChecksumException
FormatException
decode
public DecoderResult decode(BitMatrix bits,
Map<DecodeHintType,?> hints)
throws FormatException,
ChecksumException
- Throws:
FormatException
ChecksumException
Copyright © 2007-2012. All Rights Reserved.