public final class QrCodeKit extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
render(String content,
Integer width,
Integer height,
OutputStream stream) |
static void |
render120x120(String content,
OutputStream stream) |
static void |
render140x140(String content,
OutputStream stream) |
public static void render(String content, Integer width, Integer height, OutputStream stream)
public static void render120x120(String content, OutputStream stream)
public static void render140x140(String content, OutputStream stream)
Copyright © 2021. All rights reserved.