pub unsafe extern "C" fn svn_stream_read(
stream: *mut svn_stream_t,
buffer: *mut c_char,
len: *mut apr_size_t,
) -> *mut svn_error_t
Expand description
Read from a generic stream until the buffer is completely filled or EOF. @see svn_stream_t.
@note This function is a wrapper of svn_stream_read_full() now, which name better documents the behavior of this function.
@deprecated Provided for backward compatibility with the 1.8 API