Next: posix fd select, Previous: posix fd seek, Up: posix fd [Index]
Interface to the C function readv()
, (libc)readv. Read bytes from the file descriptor fd and store them
into the list of bytevectors referenced by buffers. If successful
return a non–negative exact integer representing the number of bytes
actually read, else raise an exception.
Interface to the C function writev()
, (libc)writev. Write bytes to the file descriptor fd from the list of
bytevectors referenced by buffers. If successful return a
non–negative exact integer representing the number of bytes actually
written, else raise an exception.