]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/fltinstr.tex
Some doc corrections (added blank lines at end of docs); corrected Forty sample
[wxWidgets.git] / docs / latex / wx / fltinstr.tex
... / ...
CommitLineData
1% -----------------------------------------------------------------------------
2% wxFilterInputStream
3% -----------------------------------------------------------------------------
4\section{\class{wxFilterInputStream}}\label{wxfilterinputstream}
5
6\wxheading{Derived from}
7
8\helpref{wxInputStream}{wxinputstream}\\
9\helpref{wxStreamBase}{wxstreambase}
10
11\wxheading{Note}
12
13The use of this class is exactly the same as of wxInputStream. Only a constructor
14differs and it is documented below.
15
16% -----------
17% ctor & dtor
18% -----------
19\membersection{wxFilterInputStream::wxFilterInputStream}
20
21\func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}
22
23Initializes a "filter" stream. A filter stream has the capability of a normal
24stream but it can be placed on the top of another stream. So, for example, it
25can uncompress, uncrypt the datas which are read from another stream and pass it
26to the requester.
27