Interface OutputHandler
- All Known Implementing Classes:
DefaultOutputHandler
-
Method Summary
-
Method Details
-
write
Write a single line of input, excluding the newline at the end.- Parameters:
line- the line- Throws:
IOException
-
writeLine
Write a single line of input, including the newline at the end.- Parameters:
line- the line- Throws:
IOException
-