|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--grendel.mime.encoder.MimeEncoder
|
+--grendel.mime.encoder.MimeUUDecoder
Implements a uuencode -> plaintext decoder.
| Constructor Summary | |
MimeUUDecoder()
|
|
| Method Summary | |
void |
eof(ByteBuf out)
Tell the uudecoder that no more input data will be forthcoming. |
void |
translate(ByteBuf in,
ByteBuf out)
Given a sequence of input bytes in the uuencode encoding, produces a sequence of unencoded output bytes. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public MimeUUDecoder()
| Method Detail |
public final void translate(ByteBuf in,
ByteBuf out)
public final void eof(ByteBuf out)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||