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

Read a consecutive list of UTF-16 String from a slice of file of size size.