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