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
ChecksumExceptionFormatExceptionpublic DecoderResult decode(BitMatrix bits, Map<DecodeHintType,?> hints) throws FormatException, ChecksumException
FormatExceptionChecksumExceptionCopyright © 2007–2018. All rights reserved.