Ejemplo n.º 1
0
 public void Write(BinBuffer bb, int count)
 {
     Write(bb.ReadBytes(count), 0, count);
 }