com.google.zxing.maxicode.decoder
Class Decoder

java.lang.Object
  extended by 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

Constructor Summary
Decoder()
           
 
Method Summary
 DecoderResult decode(BitMatrix bits)
           
 DecoderResult decode(BitMatrix bits, Map<DecodeHintType,?> hints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoder

public Decoder()
Method Detail

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.