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)
interface
OutputStream
@
safe
@
blocking
size_t
write
(
in
ubyte
[]
bytes
,
IOMode
mode
)
void
write
(ubyte[] bytes)
void
write
(char[] bytes)
Meta
Source
See Implementation
vibe
core
stream
OutputStream
functions
finalize
flush
write
Writes an array of bytes to the stream.