ascii_85_encode

Function ascii_85_encode 

Source
pub fn ascii_85_encode<W: Write>(data: &[u8], w: &mut W) -> Result<usize>
Expand description

Encode the input slice so that it can be decoded with the Ascii85Decode filter. Returns the number of written bytes.