Expand description
Vectored I/O
Structs§
- IoVec
Deprecated A vector of buffers. - A slice of memory in a remote process, starting at address
base
and consisting oflen
bytes.
Functions§
- Low-level read from a file, with specified offset.
- Read from
fd
atoffset
filling buffers iniov
. - Low-level write to a file, with specified offset.
- Write to
fd
atoffset
from buffers iniov
. - Low-level vectored read from a raw file descriptor
- Low-level vectored write to a raw file descriptor