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>wxFilterInputStream</title></head>
<BODY BGCOLOR=#FFFFFF>
<A NAME="wxfilterinputstream"></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="wx96.htm#wxfiletype"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx98.htm#wxfilteroutputstream"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>
<H2>wxFilterInputStream</H2>
<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx120.htm#wxinputstream">wxInputStream</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 wxInputStream. Only a constructor
differs and it is documented below.<P>
<A HREF="#topic384">wxFilterInputStream::wxFilterInputStream</A><BR>
<P>
<HR>
<A NAME="topic384"></A>
<H3>wxFilterInputStream::wxFilterInputStream</H3>
<P>
<B></B> <B>wxFilterInputStream</B>(<B>wxInputStream&</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 uncompress, uncrypt the datas which are read from another stream and pass it
to the requester.<P>
</BODY></HTML>
|