Reads a specified number of bytes into a buffer
read(size)
var fd = new File("/tmp/blah"); var buff = fd.read(10);
Javascript
Category: Javascript