nulib ~master (2025-12-14T08:31:17.4307625)
Dub
Repo
StreamWriter.writeUTF8
nulib
io
stream
rw
StreamWriter
Writes a UTF8 string to the stream.
class
StreamWriter
@
nogc
@
safe
@
trusted
void
writeUTF8
(
string
value
)
Parameters
value
string
The string to write to the stream.
Meta
Source
See Implementation
nulib
io
stream
rw
StreamWriter
constructors
this
functions
writeBE
writeLE
writeUTF16
writeUTF16BE
writeUTF16LE
writeUTF32
writeUTF32BE
writeUTF32LE
writeUTF8
properties
stream
Writes a UTF8 string to the stream.