pub unsafe extern "C" fn svn_stream_buffered(
result_pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description
Return a generic stream which implements buffered reads and writes. The stream will preferentially store data in-memory, but may use disk storage as backup if the amount of data is large. Allocate the stream in @a result_pool
@since New in 1.8.