svn_diff_get_binary_diff_result_stream

Function svn_diff_get_binary_diff_result_stream 

Source
pub unsafe extern "C" fn svn_diff_get_binary_diff_result_stream(
    bpatch: *const svn_diff_binary_patch_t,
    result_pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description

Creates a stream allocated in @a result_pool from which the resulting (post-patch-application) version of the binary patched file can be read.

@note Like many svn_diff_get functions over patches, this is implemented as reading from the backing patch file. Therefore it is recommended to read the whole stream before using other functions on the same patch file.

@since New in 1.10