public class ResultListWriter
extends Object
Constructor and Description |
---|
ResultListWriter(java.io.OutputStream outStream) |
Modifier and Type | Method and Description |
---|---|
void |
endList()
Writes out the closing dot only line, flushes the buffer, and logs the
count of lines sent.
|
void |
writeLine(String line)
Sends and - depending on the log level - logs the supplied line.
|
public void writeLine(String line) throws java.io.IOException
line
- the line to be written out, without EOL characters.java.io.IOException
public void endList() throws java.io.IOException
java.io.IOException