Flush() public method

public Flush ( ) : void
return void
Example #1
0
 public override void Flush()
 {
     stream.Flush();
 }