Reads a UTF16 string from the stream.
This function determines endianness from the byte-order-mark in the stream; if none is found an exception is thrown.
the length of the string to read, including BOM.
The UTF16 string read from the stream.
See Implementation
Reads a UTF16 string from the stream.
This function determines endianness from the byte-order-mark in the stream; if none is found an exception is thrown.