filehandle.write(buffer[, options])
buffer
<Buffer> | <TypedArray> | <DataView>options
<Object>- 返回: <Promise>
将 buffer
写入文件。
与上面的 filehandle.write
函数类似,此版本采用可选的 options
对象。
如果未指定 options
对象,则默认使用上述值。
buffer
<Buffer> | <TypedArray> | <DataView>options
<Object>- Returns: <Promise>
Write buffer
to the file.
Similar to the above filehandle.write
function, this version takes an
optional options
object. If no options
object is specified, it will
default with the above values.