Output memory stream. Convenient for accessing elements in a byte array
Constructs new output memory stream from data
Read an element from stream. If there are no elements, returns default constructed T
Read size bytes from the stream
Check if the stream had ended
See Implementation
Output memory stream. Convenient for accessing elements in a byte array