CRLFToLFFilteredOutputStream Class Reference

A filtered output stream which replaces CRLF sequences with single LF characters. More...

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

List of all members.

Public Member Functions

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

Detailed Description

A filtered output stream which replaces CRLF sequences with single LF characters.


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().

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