public class WindowsTerminalInput extends java.lang.Object implements TerminalInput
| Constructor and Description |
|---|
WindowsTerminalInput() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getInputStream()
Returns an input stream that can be used to read characters from this terminal.
|
TerminalInput |
rawMode()
Switches this terminal to raw mode.
|
void |
read(TerminalInputListener listener)
Reads characters and control keys from this terminal.
|
TerminalInput |
reset()
Resets this terminal to its default mode.
|
public java.io.InputStream getInputStream()
TerminalInputgetInputStream in interface TerminalInputpublic void read(TerminalInputListener listener)
TerminalInputread in interface TerminalInputpublic TerminalInput rawMode() throws NativeException
TerminalInputrawMode in interface TerminalInputNativeExceptionpublic TerminalInput reset()
TerminalInputreset in interface TerminalInput