]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/fltoutst.tex
changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
[wxWidgets.git] / docs / latex / wx / fltoutst.tex
CommitLineData
e2a6f233
JS
1% -----------------------------------------------------------------------------
2% wxFilterOutputStream
3% -----------------------------------------------------------------------------
4\section{\class{wxFilterOutputStream}}\label{wxfilteroutputstream}
5
36edded9
JS
6A filter stream has the capability of a normal
7stream but it can be placed on top of another stream. So, for example, it
8can compress, encrypt the data which are passed to it and write them to another
9stream.
10
e2a6f233
JS
11\wxheading{Derived from}
12
631f1bfe
JS
13\helpref{wxOutputStream}{wxoutputstream}\\
14\helpref{wxStreamBase}{wxstreambase}
e2a6f233 15
954b8ae6
JS
16\wxheading{Include files}
17
18<wx/stream.h>
19
e2a6f233
JS
20\wxheading{Note}
21
22The use of this class is exactly the same as of wxOutputStream. Only a constructor
23differs and it is documented below.
24
fa482912
JS
25\latexignore{\rtfignore{\wxheading{Members}}}
26
e2a6f233
JS
27% -----------
28% ctor & dtor
29% -----------
30\membersection{wxFilterOutputStream::wxFilterOutputStream}
31
32\func{}{wxFilterOutputStream}{\param{wxOutputStream\&}{ stream}}
33
36edded9 34Initializes a "filter" stream.
cba2db0c 35