![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.encoder.MimeQuotedPrintableDecoderjava.lang.Object | +----grendel.mime.encoder.MimeEncoder | +----grendel.mime.encoder.MimeQuotedPrintableDecoder Implements a Quoted-Printable -> plaintext decoder.
public class MimeQuotedPrintableDecoder
extends grendel.mime.encoder.MimeEncoder
{
// Fields 7
private static final byte CR;
private static final byte ESC;
private static final byte LF;
private static final byte NUL;
private static final byte[] map;
private byte[] token;
private int token_length;
// Constructors 1
public MimeQuotedPrintableDecoder();
// Methods 2
public final void eof(ByteBuf);
public final void translate(ByteBuf, ByteBuf);
}
Fields tokenprivate byte[] token token_lengthprivate int token_length NULprivate static final byte NUL ESCprivate static final byte ESC CRprivate static final byte CR LFprivate static final byte LF mapprivate static final byte[] map
Constructors MimeQuotedPrintableDecoderpublic MimeQuotedPrintableDecoder()
Methods 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. |
|