| Modifier and Type | Method and Description |
|---|---|
static QrCode |
QrCode.encodeBinary(byte[] data,
QrCode.Ecc ecl)
Returns a QR Code symbol representing the specified binary data string at the specified error correction level.
|
static QrCode |
QrCode.encodeSegments(List<QrSegment> segs,
QrCode.Ecc ecl)
Returns a QR Code symbol representing the specified data segments at the specified error correction
level or higher.
|
static QrCode |
QrCode.encodeSegments(List<QrSegment> segs,
QrCode.Ecc ecl,
int minVersion,
int maxVersion,
int mask,
boolean boostEcl)
Returns a QR Code symbol representing the specified data segments with the specified encoding parameters.
|
static QrCode |
QrCode.encodeText(String text,
QrCode.Ecc ecl)
Returns a QR Code symbol representing the specified Unicode text string at the specified error correction level.
|
Copyright © 2018. All rights reserved.