public interface OutputHandler
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE |
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String line)
Write a single line of input, excluding the newline at the end.
|
void |
writeLine(java.lang.String line)
Write a single line of input, including the newline at the end.
|
void write(java.lang.String line) throws java.io.IOException
line
- the linejava.io.IOException
void writeLine(java.lang.String line) throws java.io.IOException
line
- the linejava.io.IOException