Write a length prefixed message to a stream.

stream_write_message(message, stream = "stdout", offset = -1, cpp = TRUE)

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.

cpp

Should the C++ implementation be used? Defaults to TRUE.

Value

TRUE if the message was successfully written, FALSE otherwise.