com.sun.mail.util
类 CRLFOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.sun.mail.util.CRLFOutputStream
- 所有已实现的接口:
- Closeable, Flushable
- 直接已知子类:
- SMTPOutputStream
public class CRLFOutputStream
- extends FilterOutputStream
Convert lines into the canonical format, that is, terminate lines with the
CRLF sequence.
- 作者:
- John Mani
| 从类 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
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b)
throws IOException
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
write
public void write(byte[] b,
int off,
int len)
throws IOException
- 覆盖:
- 类
FilterOutputStream 中的 write
- 抛出:
IOException
writeln
public void writeln()
throws IOException
- 抛出:
IOException
Copyright © 2013. All Rights Reserved.