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.
| 构造器和说明 |
|---|
Decoder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DecoderResult |
decode(AztecDetectorResult detectorResult) |
static java.lang.String |
highLevelDecode(boolean[] correctedBits) |
public DecoderResult decode(AztecDetectorResult detectorResult) throws FormatException
FormatExceptionpublic static java.lang.String highLevelDecode(boolean[] correctedBits)