An adapter class for string output. More...


Public Member Functions | |
| outputStreamStringAdapter (string &buffer) | |
| void | write (const value_type *const data, const size_type count) |
| void | flush () |
| size_type | getBlockSize () |
An adapter class for string output.
| outputStreamStringAdapter | ( | string & | buffer | ) |
| void flush | ( | ) | [virtual] |
Flush this output stream and forces any buffered output bytes to be written out to the stream.
Implements outputStream.
Referenced by charsetConverter::convert().
| size_type getBlockSize | ( | ) | [virtual] |
Return the preferred maximum block size when reading from or writing to this stream.
Reimplemented from stream.
| void write | ( | const value_type *const | data, | |
| const size_type | count | |||
| ) | [virtual] |
Write data to the stream.
| data | buffer containing data to write | |
| count | number of bytes to write |
Implements outputStream.
1.6.2