Function stream_vbyte::decode [] [src]

pub fn decode<D: Decoder>(
    input: &[u8],
    count: usize,
    output: &mut [u32]
) -> usize

Decode count numbers from input, writing them to output.

The count must be the same as the number of items originally encoded.

output must be at least of size 4, and must be large enough for all count numbers.

Returns the number of bytes read from input.