FilterOutputStream | +--gnu.mail.util.RFC2822OutputStream
static int | The CR octet. |
static int | The LF octet. |
int | The number of bytes in the line. |
RFC2822OutputStream(OutputStream out) Constructs an RFC2822 output stream connected to the specified output stream. |
void | write(int ch) Writes a character to the underlying stream. |
void | write(byte[] b) Writes a byte array to the underlying stream. |
void | write(byte[] b, int off, int len) Writes a portion of a byte array to the underlying stream. |
public static final int CR
public static final int LF
protected int count
public RFC2822OutputStream(OutputStream out)
public void write(byte[] b)
- if an I/O error occurredpublic void write(byte[] b, int off, int len)
- if an I/O error occurredpublic void write(int ch)
- if an I/O error occurred