Add reading/writing of C integers to buffers
authorRobert Mustacchi <rm@joyent.com>
Sun, 1 May 2011 18:38:10 +0000 (11:38 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sun, 1 May 2011 21:02:33 +0000 (14:02 -0700)
commit9812e31e8ba43be9c50d07f83cbf459427a5d877
tree915266b29b27fa19e0a849a84affb36379b1146b
parent8a03cf7a7bace8c2c87a5d4d3f208715b9a321e3
Add reading/writing of C integers to buffers
doc/api/buffers.markdown
lib/buffer.js
test/simple/test-readint.js [new file with mode: 0644]
test/simple/test-readuint.js [new file with mode: 0644]
test/simple/test-writeint.js [new file with mode: 0644]
test/simple/test-writeuint.js [new file with mode: 0644]