BClient.this

Constructs a new BClient for encoding and decoding to and from the provided Socket

  1. this(Socket socket)
    class BClient
    this
    (
    Socket socket
    )
  2. this(Stream stream)

Parameters

socket Socket

the Socket to use for writing and reading

Meta