public interface LineReader extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getLineNumber() |
int |
peek()
Non-destructive one-character look-ahead.
|
String |
readLine()
Read a line and remove the line terminator
|
String readLine()
int getLineNumber()
int peek()
void close()
close in interface AutoCloseableclose in interface Closeable