buffer: add .read*() and .write*() methods to SlowBuffer prototype
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 17 Nov 2011 13:14:43 +0000 (14:14 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 18 Nov 2011 10:13:37 +0000 (11:13 +0100)
commit59a9a9b5b02a933cb48f86f625faf2587d38b20c
tree8a25b5e07882882aa984b2872b5131bcaf54ae69
parent06d71ad45769dfcd28b4fcc8ed62fa5c604d8cc8
buffer: add .read*() and .write*() methods to SlowBuffer prototype

Fixes #2138.
lib/buffer.js
test/simple/test-readdouble.js
test/simple/test-readfloat.js
test/simple/test-readint.js
test/simple/test-readuint.js
test/simple/test-writedouble.js
test/simple/test-writefloat.js
test/simple/test-writeint.js
test/simple/test-writeuint.js