|
LDAPJDK 4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--netscape.ldap.util.MimeEncoder
This abstract class is the parent of those classes which implement MIME encoding and decoding: base64.
MimeBase64Encoder,
MimeBase64Decoder, Serialized Form| Constructor Summary | |
MimeEncoder()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public MimeEncoder()
| Method Detail |
public abstract void translate(ByteBuf in,
ByteBuf out)
public abstract void eof(ByteBuf out)
|
LDAPJDK 4.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||