Interface TerminalInput

    • Method Detail

      • getInputStream

        java.io.InputStream getInputStream()
        Returns an input stream that can be used to read characters from this terminal.
      • supportsRawMode

        boolean supportsRawMode()
        Returns true if this terminal supports setting raw mode.
      • rawMode

        TerminalInput rawMode()
                       throws NativeException
        Switches this terminal to raw mode. Keys are delivered as they are typed, are not echoed and are not processed.
        Throws:
        NativeException - On failure, or when raw mode is not supported by this terminal.