C# 클래스 Rhino.Tools.Shell.ShellConsole.ConsoleInputStream

JLine's ConsoleReaderInputStream is no longer public, therefore we need to use our own implementation
상속: Stream
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
ConsoleInputStream ( ShellConsole console, Encoding cs ) : System
Read ( ) : int
Read ( byte b, int off, int len ) : int

비공개 메소드들

메소드 설명
EnsureInput ( ) : bool
ReadNextLine ( ) : int

메소드 상세

ConsoleInputStream() 공개 메소드

public ConsoleInputStream ( ShellConsole console, Encoding cs ) : System
console ShellConsole
cs System.Text.Encoding
리턴 System

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( byte b, int off, int len ) : int
b byte
off int
len int
리턴 int