C# 클래스 LCM.LCM.TCPProvider.ReaderThread

파일 보기 프로젝트 열기: mlab-upenn/arch-apex

공개 메소드들

메소드 설명
Close ( ) : void
Join ( ) : void
ReaderThread ( TCPProvider provider ) : System
Run ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
ReadInput ( Stream sourceStream, byte target, int start, int count ) : int

Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Join() 공개 메소드

public Join ( ) : void
리턴 void

ReaderThread() 공개 메소드

public ReaderThread ( TCPProvider provider ) : System
provider TCPProvider
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void