public abstract class MimeEncoder
extends java.lang.Object
implements java.io.Serializable
MimeBase64Encoder,
MimeBase64Decoder,
Serialized Form| Constructor and Description |
|---|
MimeEncoder() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public abstract void translate(ByteBuf in, ByteBuf out)
public abstract void eof(ByteBuf out)