neo4j_iostream.read

Read bytes from a stream into the supplied buffer.

@param self This stream. @param buf A pointer to a memory buffer to read into. @param nbyte The size of the memory buffer. @return The bytes read, or -1 on error (errno will be set).

struct neo4j_iostream
ssize_t function(neo4j_iostream* self, void* buf, size_t nbyte) read;

Meta