public class ConsoleReaderInputStream extends SequenceInputStream
Constructor and Description |
---|
ConsoleReaderInputStream(jline.console.ConsoleReader reader) |
Modifier and Type | Method and Description |
---|---|
static void |
restoreIn()
Restore the original
System.in input stream. |
static void |
setIn() |
static void |
setIn(jline.console.ConsoleReader reader) |
available, close, read, read
mark, markSupported, read, reset, skip
public ConsoleReaderInputStream(jline.console.ConsoleReader reader)
public static void setIn() throws IOException
IOException
public static void setIn(jline.console.ConsoleReader reader)
public static void restoreIn()
System.in
input stream.Copyright © 2007-2017 The Apache Software Foundation