![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.encoder.MimeBase64Decoderjava.lang.Object | +----grendel.mime.encoder.MimeEncoder | +----grendel.mime.encoder.MimeBase64Decoder Implements a plaintext -> Base64 encoder.
public final class MimeBase64Decoder
extends grendel.mime.encoder.MimeEncoder
{
// Fields 6
private static final byte EOF;
private static final byte NUL;
private byte[] bytes;
private static final byte[] map;
private byte[] token;
private int token_length;
// Constructors 1
public MimeBase64Decoder();
// Methods 4
private final void decode_final_token(ByteBuf);
private final void decode_token(ByteBuf);
public final void eof(ByteBuf);
public final void translate(ByteBuf, ByteBuf);
}
Fields tokenprivate byte[] token bytesprivate byte[] bytes token_lengthprivate int token_length NULprivate static final byte NUL EOFprivate static final byte EOF mapprivate static final byte[] map
Constructors MimeBase64Decoderpublic MimeBase64Decoder()
Methods decode_tokenprivate final void decode_token(ByteBuf out) decode_final_tokenprivate final void decode_final_token(ByteBuf out) translatepublic final void translate(ByteBuf in, ByteBuf out)
eofpublic final void eof(ByteBuf out)
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4 |
|
|
Copyright © 1998-2000 The Mozilla Organization.
Last modified December 25, 1998. |
|