pub fn read_utf16_exact<T: VFile>(file: &mut T, size: usize) -> Result<String>
Expand description

Read an UTF-16 string from file of size size and return a String size is the size in byte of the u16 string.