vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
OutputStream.write
index
vibe
core
stream
OutputStream
Writes an array of bytes to the stream.
size_t
write
(ubyte[] bytes, IOMode mode)
void
write
(ubyte[] bytes)
interface
OutputStream
@
safe
final
void
write
(
in
ubyte
[]
bytes
)
void
write
(char[] bytes)
void
write
(InputStream stream, ulong nbytes)
Meta
Source
See Implementation
index
vibe
core
stream
OutputStream
functions
finalize
flush
write
Writes an array of bytes to the stream.