类com.google.zxing.maxicode.decoder.Decoder源码实例Demo

下面列出了怎么用com.google.zxing.maxicode.decoder.Decoder的API类实例代码及写法,或者点击链接到github查看源代码。

源代码1 项目: reacteu-app   文件: MaxiCodeReader.java

Decoder getDecoder() {
  return decoder;
}
 
源代码2 项目: MiBandDecompiled   文件: MaxiCodeReader.java

Decoder a()
{
    return d;
}
 
 类所在包
 类方法
 同包方法