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.
Constructor and Description |
---|
Decoder() |
Modifier and Type | Method and Description |
---|---|
DecoderResult |
decode(BitMatrix bits) |
DecoderResult |
decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints) |
public DecoderResult decode(BitMatrix bits) throws ChecksumException, FormatException
ChecksumException
FormatException
public DecoderResult decode(BitMatrix bits, java.util.Map<DecodeHintType,?> hints) throws FormatException, ChecksumException
FormatException
ChecksumException