C# Class Rhino.Tools.Shell.ShellConsole.JLineShellConsoleV2

ShellConsole implementation for JLine v2
Inheritance: ShellConsole
Datei anzeigen Open project: hazzik/Rhino.Net

Public Methods

Method Description
Flush ( ) : void
GetIn ( ) : Stream
Print ( string s ) : void
Println ( ) : void
Println ( string s ) : void
ReadLine ( ) : string
ReadLine ( string prompt ) : string

Private Methods

Method Description
JLineShellConsoleV2 ( object reader, Encoding cs ) : System

Method Details

Flush() public method

public Flush ( ) : void
return void

GetIn() public method

public GetIn ( ) : Stream
return Stream

Print() public method

public Print ( string s ) : void
s string
return void

Println() public method

public Println ( ) : void
return void

Println() public method

public Println ( string s ) : void
s string
return void

ReadLine() public method

public ReadLine ( ) : string
return string

ReadLine() public method

public ReadLine ( string prompt ) : string
prompt string
return string