[][src]Function miniz_oxide_c_api::lib_oxide::mz_deflate_reset_oxide

pub fn mz_deflate_reset_oxide(
    stream_oxide: &mut StreamOxide<tdefl_compressor>
) -> MZResult

Reset the compressor, so it can be used to compress a new set of data.

Returns MZError::Stream if the inner stream is missing, otherwise MZStatus::Ok.