vibe-d v0.9.4 (2021-09-30T12:24:53Z)
Home
Dub
Repo
ConnectionProxyStream.this
index
vibe
stream
wrapper
ConnectionProxyStream
Undocumented in source.
this
(Stream stream, ConnectionStream connection_stream)
class
ConnectionProxyStream
@
safe
deprecated
this
(
Stream
stream
,
ConnectionStream
connection_stream
)
this
(InputStream input, OutputStream output, ConnectionStream connection_stream)
this
(InterfaceProxy!Stream stream, InterfaceProxy!ConnectionStream connection_stream, bool dummy)
this
(InterfaceProxy!InputStream input, InterfaceProxy!OutputStream output, InterfaceProxy!ConnectionStream connection_stream, bool dummy)
Meta
Source
See Implementation
index
vibe
stream
wrapper
ConnectionProxyStream
constructors
this
functions
close
finalize
flush
peek
read
waitForData
write
properties
connected
dataAvailableForRead
empty
leastSize
underlying