public class RFC5987Encoder extends Object implements com.helger.commons.codec.IEncoder<String,String>
| Modifier and Type | Field and Description |
|---|---|
static char |
ESCAPE_CHAR |
| Constructor and Description |
|---|
RFC5987Encoder() |
RFC5987Encoder(Charset aCharset) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoded(String sSrc) |
static String |
getRFC5987Encoded(String sSrc,
Charset aCharset) |
static String |
getRFC5987EncodedUTF8(String sSrc) |
Copyright © 2016–2019 Philip Helger. All rights reserved.