Function stream_vbyte::decode
[−]
[src]
pub fn decode<T: Decoder>(
input: &[u8],
count: usize,
output: &mut [u32]
) -> usize
Decode count numbers from input, appending them to output. The count must be the same
as the number of items originally encoded.
Returns the number of bytes read from input.