Package com.google.zxing.aztec.decoder
Class Decoder
- java.lang.Object
-
- com.google.zxing.aztec.decoder.Decoder
-
public final class Decoder extends java.lang.ObjectThe main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
-
-
Constructor Summary
Constructors Constructor Description Decoder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DecoderResultdecode(AztecDetectorResult detectorResult)static java.lang.StringhighLevelDecode(boolean[] correctedBits)
-
-
-
Method Detail
-
decode
public DecoderResult decode(AztecDetectorResult detectorResult) throws FormatException
- Throws:
FormatException
-
highLevelDecode
public static java.lang.String highLevelDecode(boolean[] correctedBits)
-
-