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 LineProcessorline - 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 LineProcessorCopyright © 2025. All rights reserved.