file descriptor
input buffer
Optional
offset: numberbuffer offset [0]
Optional
length: numberwrite length [buffer.length - offset]
Optional
position: numberfile position [null ⇒ current]
write status {bytesWritten, buffer}
Write data to a file.
file descriptor
string data
Optional
position: numberfile position [null ⇒ current]
Optional
encoding: BufferEncodingstring encoding [utf8]
write status {bytesWritten, buffer}
Generated using TypeDoc
Write data to a file.