vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
OutputStream.write
vibe
core
stream
OutputStream
Writes an array of bytes to the stream.
size_t
write
(ubyte[] bytes, IOMode mode)
void
write
(ubyte[] bytes)
void
write
(char[] bytes)
interface
OutputStream
@
safe
final
@
blocking
void
write
(
in
char
[]
bytes
)
Meta
Source
See Implementation
vibe
core
stream
OutputStream
functions
finalize
flush
write
Writes an array of bytes to the stream.