Functions
- Read a u16 length prefixed frame from
Streamintobuf. - Write the contents of
buftostreamprefixed with a u16 length. The length ofbufmust be less than or equal to u16::max_value(). 
Stream into buf.buf to stream prefixed with a u16 length.
The length of buf must be less than or equal to u16::max_value().