Skip to main content

decode_body

Function decode_body 

Source
pub fn decode_body(
    buffer: &[u8],
    out_len: usize,
) -> Result<Vec<u8>, DecodeError>
Expand description

Decode the base-85 body of one binary patch line.

out_len is the number of raw (compressed) bytes this line contributes.