Package 

Class BarcodeFormatAnalyzer

    • Method Summary

      Modifier and Type Method Description
      Result analyze(Array<byte> data, int dataWidth, int dataHeight, int left, int top, int width, int height)
      abstract Reader createReader()
      • Methods inherited from class com.king.zxing.analyze.AreaRectAnalyzer

        analyze
      • Methods inherited from class com.king.zxing.analyze.ImageAnalyzer

        analyze
      • Methods inherited from class com.king.camera.scan.analyze.Analyzer

        analyze
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BarcodeFormatAnalyzer

        BarcodeFormatAnalyzer(Map<DecodeHintType, Object> hints)
      • 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)