1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxFilterInputStream
}}\label{wxfilterinputstream
}
6 \wxheading{Derived from
}
8 \helpref{wxInputStream
}{wxinputstream
}\\
9 \helpref{wxStreamBase
}{wxstreambase
}
11 \wxheading{Include files
}
17 The use of this class is exactly the same as of wxInputStream. Only a constructor
18 differs and it is documented below.
23 \membersection{wxFilterInputStream::wxFilterInputStream
}
25 \func{}{wxFilterInputStream
}{\param{wxInputStream\&
}{ stream
}}
27 Initializes a "filter" stream. A filter stream has the capability of a normal
28 stream but it can be placed on the top of another stream. So, for example, it
29 can uncompress, uncrypt the datas which are read from another stream and pass it