Vector write: Write from multiple buffers to a file descriptor.
Source position: bunxh.inc line 95
function FpWriteV( |
fd: cint; |
const iov: piovec; |
iovcnt: cint |
):TsSize; |
FpWriteV writes data to file descriptor fd. The data is taken from iovcnt buffers described by the tiovec buffers pointed to by iov. It works like fpWrite only 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. |