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