Function stream_decode_size

Source
pub fn stream_decode_size<R>(r: &mut R) -> Result<usize, Error>
where R: Read,
Expand description

Reads size of the next stream frame, specified by an 8-byte integer encoded as little-endian.