xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
Public 成员函数 | 包属性
ZXing.Result类 参考

Public 成员函数

包属性

详细描述

在文件 zxing.xcs79 行定义.

构造及析构函数说明

◆ Result()

Result ( byte []  data,
ZXing.BarcodeFormat  fmt 
)

在文件 zxing.xcs83 行定义.

83 {
84 text = new String(data);
85 format = fmt;
86 }
字符串类
String text
Definition zxing.xcs:80
BarcodeFormat format
Definition zxing.xcs:81

成员函数说明

◆ getFormat()

BarcodeFormat getFormat ( )

在文件 zxing.xcs90 行定义.

90 {
91 return format;
92 }

◆ getText()

String getText ( )

在文件 zxing.xcs87 行定义.

87 {
88 return text;
89 }

结构体成员变量说明

◆ format

BarcodeFormat format
package

在文件 zxing.xcs81 行定义.

◆ text

String text
package

在文件 zxing.xcs80 行定义.