Write a length prefixed message to a stream

stream_write_message_cpp(message, stream = "stdout", offset = -1L)

Arguments

message

The message to write

stream

The name of the stream to read from. Defaults to stdout.

offset

The offset from the start of the file to start reading from.

Value

TRUE if the message was successfully written, FALSE otherwise.