Which fs module method can be used to read the content of a file without buffering it in memory?
createReadStream
readFile
readFileSync
read