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

pub fn mz_deflate_reset_oxide(
    stream_oxide: &mut StreamOxide<'_, Compressor>
) -> MZResult
Expand description

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.