A filtered output stream which replaces "\n." sequences with "\n.." sequences. More...


Public Member Functions | |
| dotFilteredOutputStream (outputStream &os) | |
| outputStream & | getNextOutputStream () |
| void | write (const value_type *const data, const size_type count) |
| void | flush () |
A filtered output stream which replaces "\n." sequences with "\n.." sequences.
| dotFilteredOutputStream | ( | outputStream & | os | ) |
Construct a new filter for the specified output stream.
| os | stream into which write filtered data |
| void flush | ( | ) | [virtual] |
Flush this output stream and forces any buffered output bytes to be written out to the stream.
Implements outputStream.
References outputStream::flush().
Referenced by SMTPTransport::send().
| outputStream & getNextOutputStream | ( | ) | [virtual] |
Return a reference to the stream being filtered.
Implements filteredOutputStream.
| 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.
References vmime::end().
1.6.2