public class QRUtils
extends java.lang.Object
Constructor and Description |
---|
QRUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
decoderQRCode(java.lang.String imgEncoded64,
java.lang.String type)
decoderQRCode that decodes an base64 img and return contained information
|
static java.lang.String |
generateQRDynamicByParameterString(java.lang.String identifier)
generateQRDynamicByParameterString Method that gets input with data for
codify.
|
public static java.lang.String generateQRDynamicByParameterString(java.lang.String identifier) throws com.google.zxing.NotFoundException, com.google.zxing.ChecksumException, com.google.zxing.FormatException
identifier
- Information to codifycom.google.zxing.NotFoundException
com.google.zxing.ChecksumException
com.google.zxing.FormatException
public static void decoderQRCode(java.lang.String imgEncoded64, java.lang.String type) throws java.io.IOException, com.google.zxing.NotFoundException, com.google.zxing.ChecksumException, com.google.zxing.FormatException
imgEncoded64
- type
- java.io.IOException
com.google.zxing.NotFoundException
com.google.zxing.ChecksumException
com.google.zxing.FormatException