public final class Decoder extends Object
The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
| Constructor and Description | 
|---|
| Decoder() | 
| Modifier and Type | Method and Description | 
|---|---|
| DecoderResult | decode(AztecDetectorResult detectorResult) | 
| static String | highLevelDecode(boolean[] correctedBits) | 
public DecoderResult decode(AztecDetectorResult detectorResult) throws FormatException
FormatExceptionpublic static String highLevelDecode(boolean[] correctedBits)
Copyright © 2007–2019. All rights reserved.