메소드 | 설명 | |
---|---|---|
StreamConsumer ( [ reader ) : System |
Starts reading from the stream in a background thread.
|
|
ToString ( ) : string |
Returns all buffered lines that have not been read yet.
|
|
WaitForEnd ( ) : void |
Waits for StreamReader.EndOfStream.
|
메소드 | 설명 | |
---|---|---|
ReadLine ( ) : string | ||
ThreadStart ( ) : void |
public StreamConsumer ( [ reader ) : System | ||
reader | [ | The stream to read from. |
리턴 | System |