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.
|
iterator
public ReaderInput(Reader reader)
reader
- the reader forming the basis of this input device.public boolean hasMoreLines()
Input
Copyright © 2016. All rights reserved.