|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetscape.ldap.util.MimeEncoder
This abstract class is the parent of those classes which implement MIME encoding and decoding: base64.
MimeBase64Encoder
,
MimeBase64Decoder
,
Serialized FormField Summary | |
(package private) static long |
serialVersionUID
|
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 |
Field Detail |
static final long serialVersionUID
Constructor Detail |
public MimeEncoder()
Method Detail |
public abstract void translate(ByteBuf in, ByteBuf out)
public abstract void eof(ByteBuf out)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |