.\" This is a wxWidgets manpage page generated from the XML docs .TH wxFilterOutputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxFilterOutputStream \- Filtered output stream class .SH DESCRIPTION A filter stream has the capability of a normal stream but it can be placed on top of another stream. So, for example, it can compress, encrypt the data which are passed to it and write them to another stream. .SH NOTE The use of this class is exactly the same as of wxOutputStream. Only a constructor differs and it is documented below. .SH "PARENTS" wxOutputStream wxStreamBase .SH "INCLUDE FILES" wx/stream.h .SH MEMBERS .SS wxFilterOutputStream (wxOutputStream& stream) Initializes a "filter" stream. .SH "SEE ALSO" wxOutputStream wxStreamBase .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.