1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxFilterOutputStream
}}\label{wxfilteroutputstream
}
6 A filter stream has the capability of a normal
7 stream but it can be placed on top of another stream. So, for example, it
8 can compress, encrypt the data which are passed to it and write them to another
11 \wxheading{Derived from
}
13 \helpref{wxOutputStream
}{wxoutputstream
}\\
14 \helpref{wxStreamBase
}{wxstreambase
}
16 \wxheading{Include files
}
22 \helpref{wxBase
}{librarieslist
}
26 The use of this class is exactly the same as of wxOutputStream. Only a constructor
27 differs and it is documented below.
31 \helpref{wxFilterClassFactory
}{wxfilterclassfactory
}\\
32 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
34 \latexignore{\rtfignore{\wxheading{Members
}}}
39 \membersection{wxFilterOutputStream::wxFilterOutputStream
}\label{wxfilteroutputstreamctor
}
41 \func{}{wxFilterOutputStream
}{\param{wxOutputStream\&
}{ stream
}}
43 \func{}{wxFilterOutputStream
}{\param{wxOutputStream*
}{ stream
}}
45 Initializes a "filter" stream.
47 If the parent stream is passed as a pointer then the new filter stream
48 takes ownership of it. If it is passed by reference then it does not.