public interface Output extends LineProcessor
LineProcessor
.Modifier and Type | Method and Description |
---|---|
void |
finish()
Indicates that all output has been written.
|
boolean |
processLine(Line line)
Writes a line to the output.
|
boolean processLine(Line line)
processLine
in interface LineProcessor
line
- the line to write to the output.Output
device is ready to process more
lines, and false otherwise; output devices usually return truevoid finish()
finish
in interface LineProcessor
Copyright © 2024. All rights reserved.