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.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Result[]private static final ResultPoint[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResult[]decodeMultiple(BinaryBitmap image) Result[]decodeMultiple(BinaryBitmap image, Map<DecodeHintType, ?> hints) processStructuredAppend(List<Result> results) Methods inherited from class QRCodeReader
decode, decode, getDecoder, reset
-
Field Details
-
EMPTY_RESULT_ARRAY
-
NO_POINTS
-
-
Constructor Details
-
QRCodeMultiReader
public QRCodeMultiReader()
-
-
Method Details
-
decodeMultiple
- Specified by:
decodeMultiplein interfaceMultipleBarcodeReader- Throws:
NotFoundException
-
decodeMultiple
public Result[] decodeMultiple(BinaryBitmap image, Map<DecodeHintType, ?> hints) throws NotFoundException - Specified by:
decodeMultiplein interfaceMultipleBarcodeReader- Throws:
NotFoundException
-
processStructuredAppend
-