예제 #1
0
 public override void Write(byte[] /*!*/ buffer, int offset, int count)
 {
     _string.Insert(_position, buffer, offset, count);
     _position += count;
 }