![]() |
All Packages This Package Class Hierarchy Class Search Index Class grendel.mime.encoder.MimeUUEncoderjava.lang.Object | +----grendel.mime.encoder.MimeEncoder | +----grendel.mime.encoder.MimeUUEncoder Implements a plaintext -> uuencode encoder.
public final class MimeUUEncoder
extends grendel.mime.encoder.MimeEncoder
{
// Fields 9
private static final byte[] begin_644;
private int buf;
private int buf_bytes;
private static final byte[] crlf;
private static final byte[] end_crlf;
private byte[] line;
private int line_length;
private static final byte[] map;
private byte[] name;
// Constructors 1
public MimeUUEncoder(String);
// Methods 4
private final void encode_token();
public final void eof(ByteBuf);
private final void flush_line(ByteBuf, int);
public final void translate(ByteBuf, ByteBuf);
}
Fields nameprivate byte[] name bufprivate int buf buf_bytesprivate int buf_bytes lineprivate byte[] line line_lengthprivate int line_length begin_644private static final byte[] begin_644 crlfprivate static final byte[] crlf end_crlfprivate static final byte[] end_crlf mapprivate static final byte[] map
Constructors MimeUUEncoderpublic MimeUUEncoder(String file_name) Methods encode_tokenprivate final void encode_token() flush_lineprivate final void flush_line(ByteBuf out, int offset) 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-1999 The Mozilla Organization.
Last modified December 25, 1998. |
|