public class SMTPOutputStream extends CRLFOutputStream
CRLFOutputStreamatBOL, lastb| Constructor and Description | 
|---|
SMTPOutputStream(java.io.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)  | 
write, writelnpublic void write(int b)
           throws java.io.IOException
write in class CRLFOutputStreamjava.io.IOExceptionpublic void write(byte[] b,
                  int off,
                  int len)
           throws java.io.IOException
write in class CRLFOutputStreamjava.io.IOExceptionpublic void flush()
flush in interface java.io.Flushableflush in class java.io.FilterOutputStreampublic void ensureAtBOL()
                 throws java.io.IOException
java.io.IOExceptionCopyright © 2023. All Rights Reserved.