public final class Decoder
extends java.lang.Object
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
构造器和说明 |
---|
Decoder() |
限定符和类型 | 方法和说明 |
---|---|
DecoderResult |
decode(BitMatrix bits) |
DecoderResult |
decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints) |
public DecoderResult decode(BitMatrix bits) throws ChecksumException, FormatException
public DecoderResult decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints) throws FormatException, ChecksumException