Type: Runtime
[WriteStream.open()][] and [ReadStream.open()][] are undocumented internal
APIs that do not make sense to use in userland. File streams should always be
opened through their corresponding factory methods [fs.createWriteStream()][]
and [fs.createReadStream()][]) or by passing a file descriptor in options.
