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