StreamReader.readUTF8

Reads a UTF8 string from the stream.

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

Return Value

Type: nstring

The UTF8 string read from the stream.

Meta