|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jscape.inet.util.QuotedPrintable
public class QuotedPrintable
Implements methods for encoding and decoding using quoted-printable algorithm.
| Constructor Summary | |
|---|---|
QuotedPrintable()
|
|
| Method Summary | |
|---|---|
byte[] |
decode(char[] contents)
Decodes data encoded using quoted-printable algorithm. |
char[] |
encode(byte[] contents)
Encodes data using quoted-printable algorithm. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuotedPrintable()
| Method Detail |
|---|
public char[] encode(byte[] contents)
encode in interface Codeccontents - the data to encode.
public byte[] decode(char[] contents)
throws java.lang.Exception
decode in interface Codecjava.lang.Exception - if an error occurs while decoding data.
|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||