com.sun.mail.util
Class CRLFOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.sun.mail.util.CRLFOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Direct Known Subclasses:
- SMTPOutputStream
public class CRLFOutputStream
- extends FilterOutputStream
Convert lines into the canonical format, that is, terminate lines with the
CRLF sequence.
- Author:
- John Mani
Field Summary |
protected boolean |
atBOL
|
protected int |
lastb
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lastb
protected int lastb
atBOL
protected boolean atBOL
CRLFOutputStream
public CRLFOutputStream(OutputStream os)
write
public void write(int b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- Overrides:
write
in class FilterOutputStream
- Throws:
IOException
writeln
public void writeln()
throws IOException
- Throws:
IOException
Copyright © 2011 Sun Microsystems, Inc.. All Rights Reserved.