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