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