Constructs a new BClient for encoding and decoding to and from the provided Socket
Constructs a new BClient for encoding and decoding to and from the provided river-based Stream
Closes the client
Receives a message from the provided socket by decoding the streamed bytes into bformat and finally placing the resulting payload in the provided array
Encodes the provided message into the bformat format and sends it over the provided socket
Bformat client to encode and decode via a Socket or river-based Stream