public final class Decoder extends 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,
Map<DecodeHintType,?> hints) |
public DecoderResult decode(BitMatrix bits) throws ChecksumException, FormatException
ChecksumException
FormatException
public DecoderResult decode(BitMatrix bits, Map<DecodeHintType,?> hints) throws FormatException, ChecksumException
FormatException
ChecksumException
Copyright © 2007–2024. All rights reserved.