10#ifndef __RTOBuffer_h__
11#define __RTOBuffer_h__ included
33 virtual int write(
const char * data,
int size ) = 0;
Represents an output buffer.
Definition: RTOBuffer.h:23
virtual int flush(void)=0
Flushes the data written to the buffer.
virtual int write(const char *data, int size)=0
Write a string to the buffer.