Skip to main content

skip_bytes

Function skip_bytes 

Source
pub fn skip_bytes<R: Read + ?Sized>(
    stream: &mut R,
    bytes: u64,
) -> EncodingResult<()>
Expand description

Skip bytes bytes in the stream.