C# Class LCM.LCM.TCPProvider.ReaderThread

Datei anzeigen Open project: mlab-upenn/arch-apex

Public Methods

Method Description
Close ( ) : void
Join ( ) : void
ReaderThread ( TCPProvider provider ) : System
Run ( ) : void
Start ( ) : void

Private Methods

Method Description
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.

Method Details

Close() public method

public Close ( ) : void
return void

Join() public method

public Join ( ) : void
return void

ReaderThread() public method

public ReaderThread ( TCPProvider provider ) : System
provider TCPProvider
return System

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void