|
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.Uuencode
public class Uuencode
Implements methods for encoding and decoding using uuencode algorithm.
| Constructor Summary | |
|---|---|
Uuencode()
|
|
| Method Summary | |
|---|---|
byte[] |
decode(char[] contents)
Decodes data from uuencoded format. |
char[] |
encode(byte[] contents)
Encodes data to uuencode format. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Uuencode()
| Method Detail |
|---|
public char[] encode(byte[] contents)
encode in interface Codeccontents - the data to encode
public byte[] decode(char[] contents)
decode in interface Codeccontents - the data to decode
|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||