Package com.google.zxing.aztec.decoder
Class Decoder
java.lang.Object
com.google.zxing.aztec.decoder.Decoder
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
- Author:
- David Olivier
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondecode(AztecDetectorResult detectorResult) static StringhighLevelDecode(boolean[] correctedBits) 
- 
Constructor Details- 
Decoderpublic Decoder()
 
- 
- 
Method Details- 
decode- Throws:
- FormatException
 
- 
highLevelDecode- Throws:
- FormatException
 
 
-