pub fn take_string<R: Read>(
    reader: &mut R,
    len: usize
) -> Result<String, DecodeError>