Пример #1
0
 public void Write(byte[] val, int startPos, int length)
 {
     MsgWriter.WriteBytes(ref buf, ref seekPos, val, startPos, length);
 }