|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.zxing.qrcode.QRCodeReader
com.google.zxing.multi.qrcode.QRCodeMultiReader
public final class QRCodeMultiReader
This implementation can detect and decode multiple QR Codes in an image.
Constructor Summary | |
---|---|
QRCodeMultiReader()
|
Method Summary | |
---|---|
Result[] |
decodeMultiple(MonochromeBitmapSource image)
|
Result[] |
decodeMultiple(MonochromeBitmapSource image,
java.util.Hashtable hints)
|
Methods inherited from class com.google.zxing.qrcode.QRCodeReader |
---|
decode, decode, getDecoder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QRCodeMultiReader()
Method Detail |
---|
public Result[] decodeMultiple(MonochromeBitmapSource image) throws ReaderException
decodeMultiple
in interface MultipleBarcodeReader
ReaderException
public Result[] decodeMultiple(MonochromeBitmapSource image, java.util.Hashtable hints) throws ReaderException
decodeMultiple
in interface MultipleBarcodeReader
ReaderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |