|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnan.tools.Encoder
A class to handle encoding schemes used with NNTP messages. The uuencode and uudecode functions are based on the GNU sharutils uudecode.c and uuencode.c sources.
Method Summary | |
static byte[] |
uudecode(java.lang.String data)
UUdecodes a UUencoded String. |
static java.lang.String |
uuencode(byte[] data)
UUencodes a block of data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.lang.String uuencode(byte[] data)
data
- The data.
public static byte[] uudecode(java.lang.String data)
data
- The UUencoded String.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |