public class LineReader
extends java.lang.Object
Constructor and Description |
---|
LineReader() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.String s)
Add text to buffer.
|
java.lang.String |
getLine() |
boolean |
hasLines()
Check if the buffer contains at least one line.
|