oeosstream() oeosstream(const char *buffer) oeosstream(const unsigned char *buffer, oefpos_t len) oeosstream(const oeosstream &rhs)
Creates a new oeosstream which is immediately ready to be written to. Passing
any of the specified parameters to one of the non-default constructors is
equivalent to creating a new oeosstream with the default constructor and then
calling the appropriate set
command.
If the copy constructor is used, the entire contents of the other stream's internal string are copied into the newly constructed stream's internal string.