neo4j_iostream.readv

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).

struct neo4j_iostream
ssize_t function(neo4j_iostream* self, const(iovec)* iov, uint iovcnt) readv;

Meta