filteredOutputStream Class Reference

A stream whose output is filtered. More...

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

List of all members.

Public Member Functions

virtual size_type getBlockSize ()
virtual outputStreamgetNextOutputStream ()=0

Detailed Description

A stream whose output is filtered.


Member Function Documentation

stream::size_type getBlockSize (  )  [virtual]

Return the preferred maximum block size when reading from or writing to this stream.

Returns:
block size, in bytes

Reimplemented from stream.

References stream::getBlockSize(), and filteredOutputStream::getNextOutputStream().

virtual outputStream& getNextOutputStream (  )  [pure virtual]

Return a reference to the stream being filtered.

Returns:
destination stream for filtered data

Implemented in charsetFilteredOutputStream, dotFilteredOutputStream, and CRLFToLFFilteredOutputStream.

Referenced by filteredOutputStream::getBlockSize().


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

Generated by  doxygen 1.6.2