Write a length prefixed message to a stream
stream_write_message_cpp(message, stream = "stdout", offset = -1L)
| message | The message to write |
|---|---|
| stream | The name of the stream to read from. Defaults to |
| offset | The offset from the start of the file to start reading from. |
TRUE if the message was successfully written, FALSE otherwise.