Flush() public method

public Flush ( ) : void
return void
示例#1
0
 /// <summary>
 /// Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
 /// </summary>
 public override void Flush()
 {
     _writer.Flush();
 }