public class StringInput extends BufferedInput
Constructor and Description |
---|
StringInput(Iterable<? extends String> lines)
Constructor with lines.
|
StringInput(String... lines)
Constructor with lines.
|
hasMoreLines, readLine, toMultiLineString, toString
iterator
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public StringInput(String... lines)
lines
- the lines for this inputpublic StringInput(Iterable<? extends String> lines)
lines
- the lines for this inputCopyright © 2012-2018 unix4j (tools4j), Ben Warner and Marco Terzer. All rights reserved.