Beispiel #1
0
 public override void Write(byte[] buffer, int offset, int count) => _copyTo.Write(buffer, offset, count);
Beispiel #2
0
 public override void Write(byte[] buffer, int offset, int count)
 {
     copy_to.Write(buffer, offset, count);
 }