| java.lang.Object com.sun.kvem.midp.pim.formats.QuotedPrintableEncoding
QuotedPrintableEncoding | public class QuotedPrintableEncoding (Code) | | Interprets the Quoted-Printable encoding.
The Quoted-Printable Encoding is defined in RFC 2045.
|
fromQuotedPrintable | public static byte[] fromQuotedPrintable(String sdata)(Code) | | Converts a quoted-printable string to a byte array.
Parameters: sdata - input data to be converted processed data from quoted printable |
|
|