Esempio n. 1
0
 public void CopyTo(BinaryBuffer target)
 {
     target.AppendBytes(buffer, 0, len);
 }