1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<HTML>
<head><title>wxFilterOutputStream</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxfilteroutputstream"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx97.htm#wxfilterinputstream"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx99.htm#wxfocusevent"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxFilterOutputStream</H2>
<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx160.htm#wxoutputstream">wxOutputStream</A><BR>
<A HREF="wx222.htm#wxstreambase">wxStreamBase</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
<wx/stream.h><P>
<B><FONT COLOR="#FF0000">Note</FONT></B><P>
The use of this class is exactly the same as of wxOutputStream. Only a constructor
differs and it is documented below.<P>
<A HREF="#topic385">wxFilterOutputStream::wxFilterOutputStream</A><BR>
<P>
<HR>
<A NAME="topic385"></A>
<H3>wxFilterOutputStream::wxFilterOutputStream</H3>
<P>
<B></B> <B>wxFilterOutputStream</B>(<B>wxOutputStream&</B><I> stream</I>)<P>
Initializes a "filter" stream. A filter stream has the capability of a normal
stream but it can be placed on the top of another stream. So, for example, it
can compress, crypt the datas which are passed to it and write them to another
stream.<P>
</BODY></HTML>
|