# Functions

NewClient creates a new bytestream.Client.

# Constants

MaxBufSize is the maximum buffer size (in bytes) received in a read chunk or sent in a write chunk.

# Structs

Client is the go wrapper around a ByteStreamClient and provides an interface to it.
Reader reads from a byte stream.
Writer writes to a byte stream.