BClient.this

Constructs a new BClient for encoding and decoding to and from the provided river-based Stream

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

Parameters

stream Stream

the Stream to use for writing and reading

Meta