public class QRCodeGenerator extends Object
Constructor and Description |
---|
QRCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
generateQRCodeImage(String text,
int width,
int height,
String filePath) |
public static void generateQRCodeImage(String text, int width, int height, String filePath) throws com.google.zxing.WriterException, IOException
com.google.zxing.WriterException
IOException
Copyright © 2021. All rights reserved.