public interface OutputHandler
Modifier and Type | Method and Description |
---|---|
void |
write(String line)
Write a single line of input, excluding the newline at the end.
|
void |
writeLine(String line)
Write a single line of input, including the newline at the end.
|
static final String ROLE
void write(String line) throws IOException
line
- the lineIOException
void writeLine(String line) throws IOException
line
- the lineIOException
Copyright © 2019. All rights reserved.