public class QrCodeGenerator extends Object
| 构造器和说明 |
|---|
QrCodeGenerator() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
drawQrCodeImage(QrCodeProperties qrCodeProperties,
File qrCodeFile)
仅生成二维码图片.
|
static void |
drawQrCodeImage(QrCodeProperties qrCodeProperties,
OutputStream output)
仅生成二维码图片.
|
static void |
drawQrCodeImage(QrCodeProperties qrCodeProperties,
String filePath)
仅生成二维码图片.
|
public static void drawQrCodeImage(QrCodeProperties qrCodeProperties, OutputStream output) throws Exception
qrCodeProperties - 属性output - 输出流Exception - 异常public static void drawQrCodeImage(QrCodeProperties qrCodeProperties, File qrCodeFile) throws Exception
qrCodeProperties - 属性qrCodeFile - 文件Exception - 异常public static void drawQrCodeImage(QrCodeProperties qrCodeProperties, String filePath) throws Exception
qrCodeProperties - 属性filePath - 文件路径Exception - 异常Copyright © 2019. All rights reserved.