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