ProxyStream.this

private

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

Meta