pub fn read_variable_length_integer<R: Read>(reader: R) -> IoResult<u64>
Expand description

Decode the value of a variable length integer. https://en.bitcoin.it/wiki/Protocol_documentation#Variable_length_integer