Пример #1
0
 public void SetByte(int start, byte b)
 {
     _stream.SetByte(start, b);
 }