C# 클래스 SuperPutty.Scp.PscpClient.AsyncStreamReader

Utility class to read a bare stream. Works around the issues with FileStream blocking when no data is available...even on peek! http://zachsaw.blogspot.com/2011/07/streamreaderpeek-can-block-another-net.html
상속: IDisposable
파일 보기 프로젝트 열기: sepich/superputty

Private Properties

프로퍼티 타입 설명
AppendLineAndNotify bool
ReadAll void

공개 메소드들

메소드 설명
AsyncStreamReader ( string name, StreamReader reader, bool>.Func dataUpdated ) : System
Dispose ( ) : void
StopAndGetData ( ) : string[]

비공개 메소드들

메소드 설명
AppendLineAndNotify ( string line ) : bool
ReadAll ( ) : void

메소드 상세

AsyncStreamReader() 공개 메소드

public AsyncStreamReader ( string name, StreamReader reader, bool>.Func dataUpdated ) : System
name string
reader System.IO.StreamReader
dataUpdated bool>.Func
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

StopAndGetData() 공개 메소드

public StopAndGetData ( ) : string[]
리턴 string[]