|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.util.QuotedPrintable
public class QuotedPrintable
A class containing static methods to perform decoding from quoted printable content transfer encoding and to encode into
Constructor Summary | |
---|---|
QuotedPrintable()
|
Method Summary | |
---|---|
static int |
decode(byte[] qp)
A method to decode quoted printable encoded data. |
static java.lang.String |
decode(byte[] qp,
java.lang.String enc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuotedPrintable()
Method Detail |
---|
public static int decode(byte[] qp)
qp
- a byte array to decode.
public static java.lang.String decode(byte[] qp, java.lang.String enc)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |