Uses of Class
com.helger.commons.codec.AbstractRFC1522Codec
-
Packages that use AbstractRFC1522Codec Package Description com.helger.commons.codec -
-
Uses of AbstractRFC1522Codec in com.helger.commons.codec
Subclasses of AbstractRFC1522Codec in com.helger.commons.codec Modifier and Type Class Description classRFC1522BCodecIdentical to the Base64 encoding defined by RFC 1521 and allows a character set to be specified.classRFC1522QCodecSimilar to the Quoted-Printable content-transfer-encoding defined in RFC 1521 and designed to allow text containing mostly ASCII characters to be decipherable on an ASCII terminal without decoding.
-