public final class MimeBase64Encoder extends MimeEncoder
| Constructor and Description |
|---|
MimeBase64Encoder() |
| Modifier and Type | Method and Description |
|---|---|
void |
eof(ByteBuf out)
Tell the base64 encoder that no more input data will be forthcoming.
|
void |
translate(ByteBuf in,
ByteBuf out)
Given a sequence of input bytes, produces a sequence of output bytes
using the base64 encoding.
|
public final void translate(ByteBuf in, ByteBuf out)
translate in class MimeEncoderpublic final void eof(ByteBuf out)
eof in class MimeEncoder