[Overview][Constants][Types][Procedures and functions] |
Vector read: Read into multiple buffers
Source position: bunxh.inc line 83
function FpReadV( |
fd: cInt; |
const iov: piovec; |
iovcnt: cInt |
):TsSize; |
FpReadVreads data from file descriptor fdand writes it into iovcntbuffers described by the tiovecbuffers pointed to by iov. It works like fpReadonly on multiple buffers.
On error, -1 is returned.
|
Vector write: Write from multiple buffers to a file descriptor |
|
|
Positional write: write to file descriptor at a certain position. |
|
|
Positional read: read from file descriptor at a certain position. |