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