vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
TCPConnection.write
vibe
core
net
TCPConnection
Undocumented in source. Be warned that the author may not have intended to support it.
size_t
write
(ubyte[] bytes, IOMode mode)
void
write
(ubyte[] bytes)
void
write
(char[] bytes)
void
write
(InputStream stream)
void
write
(InputStream stream, ulong nbytes)
struct
TCPConnection
@
safe
void
write
(
InputStream
)
(
InputStream
stream
,
ulong
nbytes
= 0
)
if
(
isInputStream
!
InputStream
)
Meta
Source
See Implementation
vibe
core
net
TCPConnection
destructors
~this
functions
close
finalize
flush
opCast
peek
read
skip
waitForData
waitForDataAsync
waitForDataEx
write
postblits
this(this)
properties
connected
dataAvailableForRead
empty
fd
keepAlive
leastSize
localAddress
peerAddress
readTimeout
remoteAddress
tcpNoDelay
structs
Context