jline
Class ConsoleReaderInputStream
java.lang.Object
java.io.InputStream
java.io.SequenceInputStream
jline.ConsoleReaderInputStream
- public class ConsoleReaderInputStream
- extends SequenceInputStream
An InputStream
implementation that wraps a ConsoleReader
.
It is useful for setting up the System.in
for a generic
console.
- Author:
- Marc Prud'hommeaux
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleReaderInputStream
public ConsoleReaderInputStream(ConsoleReader reader)
setIn
public static void setIn()
throws IOException
- Throws:
IOException
setIn
public static void setIn(ConsoleReader reader)
restoreIn
public static void restoreIn()
- Restore the original
System.in
input stream.
Released under the terms of the BSD license