public class LineOutputStream
extends java.io.FilterOutputStream
The expected use is to write out RFC822 style headers to an output stream.
Modifier and Type | Field and Description |
---|---|
private static byte[] |
newline |
Constructor and Description |
---|
LineOutputStream(java.io.OutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
writeln() |
void |
writeln(java.lang.String s) |