public class ReaderInput extends AbstractInput
| Constructor and Description |
|---|
ReaderInput(Reader reader)
Constructor with reader.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreLines()
Returns true if there are more lines to be read.
|
Line |
readLine()
Reads the next line.
|
iteratorpublic ReaderInput(Reader reader)
reader - the reader forming the basis of this input device.public boolean hasMoreLines()
InputCopyright © 2017. All Rights Reserved.