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.
|
iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ReaderInput(Reader reader)
reader - the reader forming the basis of this input device.public boolean hasMoreLines()
InputCopyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.