Package | Description |
---|---|
com.google.zxing.qrcode.encoder |
Modifier and Type | Method and Description |
---|---|
static QRCode |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel)
Encode "bytes" with the error correction level "ecLevel".
|
static QRCode |
Encoder.encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints) |
Copyright © 2007-2014. All Rights Reserved.