Write a length prefixed message to a stream.
stream_write_message(message, stream = "stdout", offset = -1, cpp = TRUE)
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. |
cpp | Should the C++ implementation be used? Defaults to |
TRUE
if the message was successfully written, FALSE
otherwise.