Package 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.
-
-
Constructor Summary
Constructors Constructor Description QRCodeMultiReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result[]decodeMultiple(BinaryBitmap image)Result[]decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints)-
Methods inherited from class com.google.zxing.qrcode.QRCodeReader
decode, decode, getDecoder, reset
-
-
-
-
Method Detail
-
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image) throws NotFoundException
- Specified by:
decodeMultiplein interfaceMultipleBarcodeReader- Throws:
NotFoundException
-
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) throws NotFoundException
- Specified by:
decodeMultiplein interfaceMultipleBarcodeReader- Throws:
NotFoundException
-
-