MessageReader reads Message objects from an input stream.
R6 Methods
$ReadNextMessage(): Read the nextMessagefrom the stream. ReturnsNULLif there are no more messages.
Factory
MessageReader$create() takes the following argument:
stream: An InputStream or object coercible to one (e.g., a raw vector)