类 BarcodeFormatAnalyzer

    • 构造器详细资料

      • BarcodeFormatAnalyzer

        public BarcodeFormatAnalyzer​(@Nullable
                                     java.util.Map<com.google.zxing.DecodeHintType,​java.lang.Object> hints)
      • BarcodeFormatAnalyzer

        public BarcodeFormatAnalyzer​(@Nullable
                                     DecodeConfig config)
    • 方法详细资料

      • analyze

        @Nullable
        public com.google.zxing.Result analyze​(byte[] data,
                                               int dataWidth,
                                               int dataHeight,
                                               int left,
                                               int top,
                                               int width,
                                               int height)
        指定者:
        analyze 在类中 AreaRectAnalyzer
      • createReader

        public abstract com.google.zxing.Reader createReader()