public class LineOutputStream extends FilterOutputStream
The expected use is to write out RFC822 style headers to an output stream.
out| Constructor and Description |
|---|
LineOutputStream(OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeln() |
void |
writeln(String s) |
public LineOutputStream(OutputStream out)
public void writeln(String s) throws IOException
IOExceptionpublic void writeln()
throws IOException
IOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.