compress_stream_decoder_rewind

Function compress_stream_decoder_rewind 

Source
pub unsafe extern "C" fn compress_stream_decoder_rewind(
    instance: *mut CompressStreamDecoder,
) -> bool
Expand description

Reset stream decoder to the beginning Read callback must be repositioned by caller separately

§Arguments

  • instance - The CompressStreamDecoder instance

§Returns

true on success