UnbufferedSocketStreamBase.this

Create a new Stream from an existing Socket.

  1. this(Socket socket)
    struct UnbufferedSocketStreamBase
    this
    (
    Socket socket
    )
  2. this(Address address)

Parameters

socket Socket

The socket to make a stream from.

Meta