public class QRCodeAnalyzer extends BarcodeFormatAnalyzer
| 构造器和说明 |
|---|
QRCodeAnalyzer() |
QRCodeAnalyzer(DecodeConfig config) |
QRCodeAnalyzer(Map<com.google.zxing.DecodeHintType,Object> hints) |
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.zxing.Reader |
createReader() |
analyzeanalyzeanalyzepublic QRCodeAnalyzer()
public QRCodeAnalyzer(@Nullable
DecodeConfig config)
public com.google.zxing.Reader createReader()
createReader 在类中 BarcodeFormatAnalyzer