| Constructor and Description |
|---|
QuotedPrintable() |
| Modifier and Type | Method and Description |
|---|---|
ReadBuffer |
decode(byte[] in) |
ReadBuffer |
decode(byte[] in,
int offset,
int length) |
ReadBuffer |
decode(ReadBuffer in) |
ReadBuffer |
decode(String text) |
String |
encode(byte[] in) |
String |
encode(String text) |
String |
getName() |
public String encode(String text) throws EncodingException
encode in interface EncodingEncodingExceptionEncoding.encode(byte[])public String encode(byte[] in) throws EncodingException
encode in interface EncodingEncodingExceptionpublic ReadBuffer decode(byte[] in)
decode in interface EncodingEncoding.decode(byte[], int, int)public ReadBuffer decode(String text)
decode in interface EncodingEncoding.decode(byte[], int, int)public ReadBuffer decode(byte[] in, int offset, int length)
public ReadBuffer decode(ReadBuffer in)
decode in interface EncodingEncoding.decode(byte[], int, int)