Uses of Class
com.helger.web.encoding.RFC2047Helper.ECodec
-
Packages that use RFC2047Helper.ECodec Package Description com.helger.web.encoding -
-
Uses of RFC2047Helper.ECodec in com.helger.web.encoding
Methods in com.helger.web.encoding that return RFC2047Helper.ECodec Modifier and Type Method Description static RFC2047Helper.ECodecRFC2047Helper.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.Methods in com.helger.web.encoding with parameters of type RFC2047Helper.ECodec Modifier and Type Method Description static StringRFC2047Helper. encode(String sValue, Charset aCharset, RFC2047Helper.ECodec eCodec)Used to encode a string as specified by RFC 2047
-