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