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, toStringiteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic 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.