类 UQRCode
java.lang.Object
com.gdxsoft.easyweb.utils.UQRCode
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static byte[]createQRCode(String msg) static byte[]createQRCode(String msg, int width) static byte[]createQRCode(String msg, int width, byte[] logoBytes) 创建带logo的二维码static byte[]createQRCode(String msg, int width, File logoFile) 创建带logo的二维码static BufferedImagecreateQRCodeBufImg(String msg, int width) static String[]getQRCodeSavedPath(String paras, String ext) 获取
-
构造器详细资料
-
UQRCode
public UQRCode()
-
-
方法详细资料
-
createQRCodeBufImg
-
createQRCode
创建带logo的二维码- 参数:
msg-width-logoFile-- 返回:
- 抛出:
IOException
-
createQRCode
创建带logo的二维码- 参数:
msg-width-logoBytes- logo文件的二进制- 返回:
- 抛出:
IOException
-
createQRCode
-
createQRCode
-
getQRCodeSavedPath
-