fs.readFile uses a buffer internally and will return the raw buffer if no encoding...
authorTim Caswell <tim@creationix.com>
Fri, 7 May 2010 05:03:43 +0000 (00:03 -0500)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 7 May 2010 05:22:14 +0000 (22:22 -0700)
commitc07c601c3b8132104b86c770ea751ddc8a1b0355
tree629cffed2300201d6977ce3932c21246f751e129
parent62b642a88d24f872f049d73d39e6844cab1fb8df
fs.readFile uses a buffer internally and will return the raw buffer if no encoding is specified.
doc/api.markdown
lib/fs.js
lib/module.js
test/simple/test-ini.js