com.google.zxing.multi.qrcode
Class QRCodeMultiReader
java.lang.Object
com.google.zxing.qrcode.QRCodeReader
com.google.zxing.multi.qrcode.QRCodeMultiReader
- All Implemented Interfaces:
- MultipleBarcodeReader, Reader
public final class QRCodeMultiReader
- extends QRCodeReader
- implements MultipleBarcodeReader
This implementation can detect and decode multiple QR Codes in an image.
- Author:
- Sean Owen, Hannes Erven
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QRCodeMultiReader
public QRCodeMultiReader()
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image)
throws NotFoundException
- Specified by:
decodeMultiple in interface MultipleBarcodeReader
- Throws:
NotFoundException
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image,
Map<DecodeHintType,?> hints)
throws NotFoundException
- Specified by:
decodeMultiple in interface MultipleBarcodeReader
- Throws:
NotFoundException
Copyright © 2007-2012. All Rights Reserved.