Current File : /home/tradevaly/www/node_modules/brfs/test/files/async_encoding.js
var fs = require('fs');
fs.readFile(__dirname + '/async.txt', { encoding: 'hex' }, function (err, txt) {
    console.log(txt);
});