dotFilteredOutputStream Class Reference

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

Inheritance diagram for dotFilteredOutputStream:
Inheritance graph
[legend]
Collaboration diagram for dotFilteredOutputStream:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 dotFilteredOutputStream (outputStream &os)
outputStreamgetNextOutputStream ()
void write (const value_type *const data, const size_type count)
void flush ()

Detailed Description

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


Constructor & Destructor Documentation

Construct a new filter for the specified output stream.

Parameters:
os stream into which write filtered data

Member Function Documentation

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.

Returns:
destination stream for filtered data

Implements filteredOutputStream.

void write ( const value_type *const   data,
const size_type  count 
) [virtual]

Write data to the stream.

Parameters:
data buffer containing data to write
count number of bytes to write

Implements outputStream.

References vmime::end().


The documentation for this class was generated from the following files:

Generated by  doxygen 1.6.2