.\" This is a wxWidgets manpage page generated from the XML docs .TH wxFilterInputStream 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxFilterInputStream \- Filtered input 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 uncompress or decrypt the data which are read from another stream and pass it to the requester. .SH NOTE The interface of this class is the same as that of wxInputStream. Only a constructor differs and it is documented below. .SH "PARENTS" wxInputStream wxStreamBase .SH "INCLUDE FILES" wx/stream.h .SH MEMBERS .SS wxFilterInputStream (wxInputStream& stream) Initializes a "filter" stream. .SH "SEE ALSO" wxInputStream 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.