ProxyStream.this

Undocumented in source.
  1. this(Stream stream)
  2. this(InputStream input, OutputStream output)
    class ProxyStream
    @safe deprecated
    this
    (
    InputStream input
    ,
    OutputStream output
    )
  3. this(InterfaceProxy!Stream stream, bool dummy)
  4. this(InterfaceProxy!InputStream input, InterfaceProxy!OutputStream output, bool dummy)

Meta