| Package | Description |
|---|---|
| com.helger.web.encoding |
| Modifier and Type | Method and Description |
|---|---|
static RFC2047Helper.ECodec |
RFC2047Helper.ECodec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RFC2047Helper.ECodec[] |
RFC2047Helper.ECodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
RFC2047Helper.encode(String sValue,
Charset aCharset,
RFC2047Helper.ECodec eCodec)
Used to encode a string as specified by RFC 2047
|
Copyright © 2014–2019 Philip Helger. All rights reserved.