C# Class NMemcached.Util.LineReader

Mostrar archivo Open project: hibernating-rhinos/NMemcached

Public Methods

Method Description
LineReader ( Stream stream ) : System
Read ( Exception>.Action action ) : void

Private Methods

Method Description
ReadToEndOfLineInSyncManner ( IAsyncResult ar ) : void

Method Details

LineReader() public method

public LineReader ( Stream stream ) : System
stream Stream
return System

Read() public method

public Read ( Exception>.Action action ) : void
action Exception>.Action
return void