= 0 # TODO
"""
Read at most `max_bytes` bytes from the stream and return the data as
a byte array.
"""
return
"""
Send buf (as much as possible) over the raw stream and return the
number of bytes that were actually sent. This has be to <= len(buf).
"""
return
"""
If the underlying stream supports it, perform a flush here. If not,
can return without doing anything.
"""
pass