Read bytes from a stream into the supplied I/O vector.
@param self This stream. @param iov A pointer to the I/O vector. @param iovcnt The length of the I/O vector. @return The bytes read, or -1 on error (errno will be set).
See Implementation
Read bytes from a stream into the supplied I/O vector.
@param self This stream. @param iov A pointer to the I/O vector. @param iovcnt The length of the I/O vector. @return The bytes read, or -1 on error (errno will be set).