com.google.zxing.aztec.decoder
Class Decoder

java.lang.Object
  extended by com.google.zxing.aztec.decoder.Decoder

public final class Decoder
extends java.lang.Object

The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.

Author:
David Olivier

Constructor Summary
Decoder()
           
 
Method Summary
 DecoderResult decode(AztecDetectorResult detectorResult)
           
 
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(AztecDetectorResult detectorResult)
                     throws FormatException
Throws:
FormatException