Package | Description |
---|---|
com.google.zxing.qrcode.encoder |
Modifier and Type | Method and Description |
---|---|
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Hashtable hints,
QRCode qrCode) |
static void |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel".
|
Copyright © 2016. All Rights Reserved.