|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.maxicode.decoder.Decoder
public final class Decoder
The main class which implements MaxiCode decoding -- as opposed to locating and extracting the MaxiCode from an image.
Constructor Summary | |
---|---|
Decoder()
|
Method Summary | |
---|---|
DecoderResult |
decode(BitMatrix bits)
|
DecoderResult |
decode(BitMatrix bits,
java.util.Map<DecodeHintType,?> hints)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Decoder()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |