![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.encoder.MimeQuotedPrintableEncoderjava.lang.Object | +----grendel.mime.encoder.MimeEncoder | +----grendel.mime.encoder.MimeQuotedPrintableEncoder Implements a plaintext -> Quoted-Printable encoder.
public class MimeQuotedPrintableEncoder
extends grendel.mime.encoder.MimeEncoder
{
// Fields 14
private static final byte BOL;
private static final byte CR;
private static final byte ESC;
private static final byte LF;
private static final byte NUL;
private static final byte SPC;
private static final byte[] crlf;
private static final byte[] eq_crlf;
private static final byte[] eq_crlf_crlf;
boolean had_whitespace;
private static final byte[] hex;
byte last_code;
private static final byte[] map;
int output_column;
// Constructors 1
public MimeQuotedPrintableEncoder();
// Methods 2
public final void eof(ByteBuf);
public final void translate(ByteBuf, ByteBuf);
}
Fields had_whitespaceboolean had_whitespace output_columnint output_column last_codebyte last_code NULprivate static final byte NUL ESCprivate static final byte ESC SPCprivate static final byte SPC BOLprivate static final byte BOL CRprivate static final byte CR LFprivate static final byte LF mapprivate static final byte[] map hexprivate static final byte[] hex crlfprivate static final byte[] crlf eq_crlfprivate static final byte[] eq_crlf eq_crlf_crlfprivate static final byte[] eq_crlf_crlf
Constructors MimeQuotedPrintableEncoderpublic MimeQuotedPrintableEncoder()
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. |
|