Package 

Class MultiFormatAnalyzer

  • All Implemented Interfaces:
    com.king.camera.scan.analyze.Analyzer

    
    public class MultiFormatAnalyzer
    extends BarcodeFormatAnalyzer<MultiFormatReader>
                        

    多格式分析器:主要用于分析识别条形码/二维码

    • Method Summary

      Modifier and Type Method Description
      MultiFormatReader createReader()
      • Methods inherited from class com.king.zxing.analyze.MultiFormatAnalyzer

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

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

        analyze
      • Methods inherited from class java.lang.Object

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

      • MultiFormatAnalyzer

        MultiFormatAnalyzer(Map<DecodeHintType, Object> hints)
      • MultiFormatAnalyzer

        MultiFormatAnalyzer(DecodeConfig decodeConfig)
      • MultiFormatAnalyzer

        MultiFormatAnalyzer()