Write length bytes to the file handle fd from the ArrayBuffer buffer at byte position offset. Return the number of written bytes or < 0 if error.
length
fd
buffer
offset
< 0
Generated using TypeDoc
Write
length
bytes to the file handlefd
from the ArrayBufferbuffer
at byte positionoffset
. Return the number of written bytes or< 0
if error.