6#ifndef YARP_OS_IMPL_MEMORYOUTPUTSTREAM_H
7#define YARP_OS_IMPL_MEMORYOUTPUTSTREAM_H
A mini-server for performing network communication in the background.
A simple abstraction for a block of bytes.
Simple specification of the minimum functions needed from output streams.
virtual void write(char ch)
Write a single byte to the stream.
An OutputStream that writes to a given memory buffer address.
MemoryOutputStream(char *location)
void close() override
Terminate the stream.
bool isOk() const override
Check if the stream is ok or in an error state.
void write(const yarp::os::Bytes &b) override
Write a block of bytes to the stream.
The components from which ports and connections are built.