Opens a file in read mode and creates a Node.js-like ReadStream.
The path to the file to be opened.
Optional
Options for the ReadStream and file opening (e.g., encoding, highWaterMark, mode).
encoding
highWaterMark
mode
A ReadStream object for interacting with the file's contents.
Opens a file in read mode and creates a Node.js-like ReadStream.