StreamReader.readUTF16BE

Reads a UTF16 string from the stream.

class StreamReader
@nogc @safe @trusted
readUTF16BE
(
uint length
)

Parameters

length uint

the length of the string to read, including BOM, if any.

Return Value

Type: nwstring

The UTF16 string read from the stream.

Meta