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