public final class QRCodeMultiReader extends QRCodeReader implements MultipleBarcodeReader
| 构造器和说明 |
|---|
QRCodeMultiReader() |
| 限定符和类型 | 方法和说明 |
|---|---|
Result[] |
decodeMultiple(BinaryBitmap image) |
Result[] |
decodeMultiple(BinaryBitmap image,
java.util.Map<DecodeHintType,?> hints) |
decode, decode, resetpublic Result[] decodeMultiple(BinaryBitmap image) throws NotFoundException
decodeMultiple 在接口中 MultipleBarcodeReaderNotFoundExceptionpublic Result[] decodeMultiple(BinaryBitmap image, java.util.Map<DecodeHintType,?> hints) throws NotFoundException
decodeMultiple 在接口中 MultipleBarcodeReaderNotFoundException