Convenience methods for working with protobuf streams
Returns an object with read/write methods for operating on one specific type of protobuf message
Read the next length-prefixed byte array from the stream and decode it as the passed protobuf format
Optional
Returns the underlying stream
Encode the passed object as a protobuf message and write it's length-prefixed bytes to the stream
Encode the passed objects as protobuf messages and write their length-prefixed bytes to the stream as a single write
Convenience methods for working with protobuf streams