16#include <InputCommBuffer.h>
17#include <OutputCommBuffer.h>
30 buffer_ =
new char[memorysize_]();
47 if (size_ > memorysize_)
50 memorysize_ = size_ * 2;
51 buffer_ =
new char[memorysize_]();
66 stream_ =
new istringstream(std::string(buffer_, size_));
73 const char nullchar = 0;
82 stream_ =
new istringstream(std::string(buffer, size));
bool bin_
Is this a binary flux?
virtual void set_error_action(Error_Action)
Changes the error behaviour of the input; see error_handle_() and get_error_action().
void set_istream(istream *is)
Tool class used exclusively by Schema_Comm.
const char * get_buffer()