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
This implementation can detect and decode multiple QR Codes in an image.
- Author:
- Sean Owen, Hannes Erven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResult[]
decodeMultiple
(BinaryBitmap image) Result[]
decodeMultiple
(BinaryBitmap image, Map<DecodeHintType, ?> hints) Methods inherited from class com.google.zxing.qrcode.QRCodeReader
decode, decode, getDecoder, reset
-
Constructor Details
-
QRCodeMultiReader
public QRCodeMultiReader()
-
-
Method Details
-
decodeMultiple
- Specified by:
decodeMultiple
in interfaceMultipleBarcodeReader
- Throws:
NotFoundException
-
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType, ?> hints) throws NotFoundException- Specified by:
decodeMultiple
in interfaceMultipleBarcodeReader
- Throws:
NotFoundException
-