zxing-lite
androidJvm
zxing-lite
/
com.king.zxing.analyze
/
QRCodeAnalyzer
QRCode
Analyzer
open
class
QRCodeAnalyzer
:
BarcodeFormatAnalyzer
二维码分析器
Author
Jenly
Follow me
Members
Constructors
QRCode
Analyzer
Link copied to clipboard
constructor
(
)
constructor
(
@
Nullable
hints
:
Map
<
DecodeHintType
,
Any
>
)
constructor
(
@
Nullable
config
:
DecodeConfig
)
Functions
analyze
Link copied to clipboard
abstract
fun
analyze
(
p
:
ImageProxy
,
p1
:
Analyzer.OnAnalyzeListener
<
T
>
)
@
Nullable
open
fun
analyze
(
data
:
Array
<
Byte
>
,
dataWidth
:
Int
,
dataHeight
:
Int
,
left
:
Int
,
top
:
Int
,
width
:
Int
,
height
:
Int
)
:
Result
open
fun
analyze
(
@
NonNull
imageProxy
:
ImageProxy
,
@
NonNull
listener
:
Analyzer.OnAnalyzeListener
<
Result
>
)
@
Nullable
open
fun
analyze
(
data
:
Array
<
Byte
>
,
width
:
Int
,
height
:
Int
)
:
Result
分析图像数据
create
Reader
Link copied to clipboard
open
fun
createReader
(
)
:
Reader