-
- All Implemented Interfaces:
-
com.king.zxing.analyze.Analyzer
public abstract class BarcodeFormatAnalyzer extends AreaRectAnalyzer
条码分析器
-
-
Constructor Summary
Constructors Constructor Description BarcodeFormatAnalyzer(Map<DecodeHintType, Object> hints)BarcodeFormatAnalyzer(DecodeConfig config)
-
Method Summary
Modifier and Type Method Description Resultanalyze(Array<byte> data, int dataWidth, int dataHeight, int left, int top, int width, int height)abstract ReadercreateReader()-
-
Constructor Detail
-
BarcodeFormatAnalyzer
BarcodeFormatAnalyzer(DecodeConfig config)
-
-
Method Detail
-
analyze
@Nullable() Result analyze(Array<byte> data, int dataWidth, int dataHeight, int left, int top, int width, int height)
-
createReader
abstract Reader createReader()
-
-
-
-