public class SMTPOutputStream
extends CRLFOutputStream
CRLFOutputStream| Constructor and Description |
|---|
SMTPOutputStream(OutputStream os) |
| Modifier and Type | Method and Description |
|---|---|
void |
ensureAtBOL()
Ensure we're at the beginning of a line.
|
void |
flush()
Override flush method in FilterOutputStream.
|
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public SMTPOutputStream(OutputStream os)
public void write(int b)
throws IOException
IOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic void flush()
public void ensureAtBOL()
throws IOException
IOExceptionCopyright © 2013 Oracle. All Rights Reserved.