Uint8Array containing the data to write to the file.
Optional
offset: null | numberOffset in the buffer to start reading data from.
Optional
length: null | numberThe amount of bytes to write to the file.
Optional
position: null | numberOffset from the beginning of the file where this data should be written. If position is null, the data will be written at the current position.
Write buffer to the file specified by fd
.
Uint8Array containing the data to write to the file.
Optional
position: null | numberOffset from the beginning of the file where this data should be written. If position is null, the data will be written at the current position.
Optional
encoding: null | BufferEncoding
Write buffer to the file specified by
fd
.