1999-01-25 18:33:08 +00:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxFilterInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
\section{\class{wxFilterInputStream}}\label{wxfilterinputstream}
|
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
A filter stream has the capability of a normal stream but it can be placed on top
|
1999-12-12 17:02:50 +00:00
|
|
|
of another stream. So, for example, it can uncompress or uncrypt the data which are read
|
1999-11-01 20:36:43 +00:00
|
|
|
from another stream and pass it to the requester.
|
|
|
|
|
1999-01-25 18:33:08 +00:00
|
|
|
\wxheading{Derived from}
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\helpref{wxInputStream}{wxinputstream}\\
|
|
|
|
\helpref{wxStreamBase}{wxstreambase}
|
1999-01-25 18:33:08 +00:00
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/stream.h>
|
|
|
|
|
1999-01-25 18:33:08 +00:00
|
|
|
\wxheading{Note}
|
|
|
|
|
1999-12-12 17:02:50 +00:00
|
|
|
The interface of this class is the same as that of wxInputStream. Only a constructor
|
1999-01-25 18:33:08 +00:00
|
|
|
differs and it is documented below.
|
|
|
|
|
|
|
|
% -----------
|
|
|
|
% ctor & dtor
|
|
|
|
% -----------
|
|
|
|
\membersection{wxFilterInputStream::wxFilterInputStream}
|
|
|
|
|
|
|
|
\func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}
|
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
Initializes a "filter" stream.
|
1999-02-12 08:22:29 +00:00
|
|
|
|