Added WvBuf.eat(WvBuf) and an extension function for byte[].put().
commiteac0273ac162a1e16bcb02d3e26cfbd1fe008628
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 01:44:43 +0000 (30 21:44 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 1 Oct 2008 01:44:43 +0000 (30 21:44 -0400)
tree44e98721a5899f13a4767864a166cbf4ea01ee42
parent9ac53e8e4fc76feab033f5b1b090e1417e326a4d
Added WvBuf.eat(WvBuf) and an extension function for byte[].put().

byte[].put() works like WvBytes.put() and is way less annoying than calling
Array.Copy().  It also accepts either byte[] or WvBytes as the source
parameter, for added semantic goodness.
dbus-sharp/MessageWriter.cs
wvdotnet/wvbuf.cs
wvdotnet/wvextensions.cs