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

JLine's ConsoleReaderInputStream is no longer public, therefore we need to use our own implementation
Inheritance: Stream
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
ConsoleInputStream ( ShellConsole console, Encoding cs ) : System
Read ( ) : int
Read ( byte b, int off, int len ) : int

Private Methods

Méthode Description
EnsureInput ( ) : bool
ReadNextLine ( ) : int

Method Details

ConsoleInputStream() public méthode

public ConsoleInputStream ( ShellConsole console, Encoding cs ) : System
console ShellConsole
cs System.Text.Encoding
Résultat System

Read() public méthode

public Read ( ) : int
Résultat int

Read() public méthode

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
Résultat int