nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StreamReader.readUTF8
nulib
io
stream
rw
StreamReader
Reads a UTF8 string from the stream.
class
StreamReader
@
nogc
@
safe
@
trusted
nstring
readUTF8
(
uint
length
)
Return Value
Type:
nstring
The UTF8 string read from the stream.
Meta
Source
See Implementation
nulib
io
stream
rw
StreamReader
constructors
this
functions
readBE
readF32BE
readF32LE
readF64BE
readF64LE
readI16BE
readI16LE
readI32BE
readI32LE
readI64BE
readI64LE
readI8
readLE
readU16BE
readU16LE
readU32BE
readU32LE
readU64BE
readU64LE
readU8
readUTF16
readUTF16BE
readUTF16LE
readUTF32
readUTF32BE
readUTF32LE
readUTF8
properties
stream
Reads a UTF8 string from the stream.