public class CRLFOutputStream extends FilterOutputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
atBOL |
protected int |
lastb |
out| 构造器和说明 |
|---|
CRLFOutputStream(OutputStream os) |
public CRLFOutputStream(OutputStream os)
public void write(int b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write 在类中 FilterOutputStreamIOExceptionpublic void writeln()
throws IOException
IOExceptionCopyright © 2021 Oracle. All rights reserved.