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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode
(AztecDetectorResult detectorResult) static String
highLevelDecode
(boolean[] correctedBits)
-
Constructor Details
-
Decoder
public Decoder()
-
-
Method Details
-
decode
- Throws:
FormatException
-
highLevelDecode
- Throws:
FormatException
-