Function anni_common::decode::take

source ·
pub fn take<R: Read>(reader: &mut R, len: usize) -> Result<Vec<u8>, DecodeError>