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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionResult[]decodeMultiple(BinaryBitmap image) Result[]decodeMultiple(BinaryBitmap image, Map<DecodeHintType, ?> hints) Methods inherited from class com.google.zxing.qrcode.QRCodeReaderdecode, decode, getDecoder, reset
- 
Constructor Details- 
QRCodeMultiReaderpublic QRCodeMultiReader()
 
- 
- 
Method Details- 
decodeMultiple- Specified by:
- decodeMultiplein interface- MultipleBarcodeReader
- Throws:
- NotFoundException
 
- 
decodeMultiplepublic Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType, ?> hints) throws NotFoundException- Specified by:
- decodeMultiplein interface- MultipleBarcodeReader
- Throws:
- NotFoundException
 
 
-