StreamReader.readUTF32BE

Reads a UTF32 string from the stream.

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

Parameters

length uint

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

Return Value

Type: ndstring

The UTF32 string read from the stream.

Meta