pub fn stream_decode_size<R>(r: &mut R) -> Result<usize, Error>where R: Read,
Reads size of the next stream frame, specified by an 8-byte integer encoded as little-endian.