public class CRLFOutputStream extends FilterOutputStream
Modifier and Type | Field and Description |
---|---|
protected boolean |
atBOL |
protected int |
lastb |
out
Constructor and Description |
---|
CRLFOutputStream(OutputStream os) |
public CRLFOutputStream(OutputStream os)
public void write(int b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b) throws IOException
write
in class FilterOutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class FilterOutputStream
IOException
public void writeln() throws IOException
IOException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.