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