public final class Encoder extends Object
| Modifier and Type | Method and Description |
|---|---|
static Mode |
chooseMode(String content) |
static void |
encode(String content,
ErrorCorrectionLevel ecLevel,
Map<EncodeHintType,?> hints,
QRCode qrCode) |
static void |
encode(String content,
ErrorCorrectionLevel ecLevel,
QRCode qrCode)
Encode "bytes" with the error correction level "ecLevel".
|
public static void encode(String content, ErrorCorrectionLevel ecLevel, QRCode qrCode) throws WriterException
WriterExceptionpublic static void encode(String content, ErrorCorrectionLevel ecLevel, Map<EncodeHintType,?> hints, QRCode qrCode) throws WriterException
WriterException"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"