7#ifndef YARP_OS_MANAGEDBYTES_H
8#define YARP_OS_MANAGEDBYTES_H
82 void allocate(
size_t len);
94 size_t length()
const;
105 const char* get()
const;
121 const Bytes& bytes()
const;
144 size_t setUsed(
size_t used);
A mini-server for performing network communication in the background.
A simple abstraction for a block of bytes.
An interface for reading from a network connection.
An interface for writing to a network connection.
An abstraction for a block of bytes, with optional responsibility for allocating/destroying that bloc...
This is a base class for objects that can be both read from and be written to the YARP network.
An interface to the operating system, including Port based communication.