protected static class TextFormat.LineFormatter extends java.lang.Object implements LargeAsciiTable.LineProcessor
BufferedWriter
.Constructor and Description |
---|
LineFormatter(java.io.BufferedWriter writer) |
Modifier and Type | Method and Description |
---|---|
boolean |
process(java.lang.String line)
Process the given line.
|
public boolean process(java.lang.String line) throws LargeAsciiTable.LineProcessorException
LargeAsciiTable.LineProcessor
process
in interface LargeAsciiTable.LineProcessor
line
- Line to process. May be NULL.true
if the line has been successfully
processed,
false
otherwise.LargeAsciiTable.LineProcessorException
- If there was a grave error while
processing the given line.