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