参数 buffer 现在可以是任何 TypedArray 或 DataView。
buffer
TypedArray
DataView
参数 length 现在可以为 0。
length
0
新增于: v0.1.21
fd
offset
position
null
返回 bytesRead 的数量。
bytesRead
有关详细信息,请参阅此 API 的异步版本的文档:fs.read()。
fs.read()
The buffer parameter can now be any TypedArray or a DataView.
The length parameter can now be 0.
Added in: v0.1.21
Returns the number of bytesRead.
For detailed information, see the documentation of the asynchronous version of this API: fs.read().