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.ininput stream. | 
| static void | setIn() | 
| static void | setIn(jline.console.ConsoleReader reader) | 
available, close, read, readmark, markSupported, read, reset, skippublic ConsoleReaderInputStream(jline.console.ConsoleReader reader)
public static void setIn()
                  throws IOException
IOExceptionpublic static void setIn(jline.console.ConsoleReader reader)
public static void restoreIn()
System.in input stream.Copyright © 2007-2017 The Apache Software Foundation