|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.util.MimeEncoder
netscape.ldap.util.MimeBase64Encoder
public final class MimeBase64Encoder
Implements a plaintext -> Base64 encoder.
Constructor Summary | |
---|---|
MimeBase64Encoder()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MimeBase64Encoder()
Method Detail |
---|
public final void translate(ByteBuf in, ByteBuf out)
translate
in class MimeEncoder
public final void eof(ByteBuf out)
eof
in class MimeEncoder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |