X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..ca8b28f2efff34b9939035a7aeb1de1e3ac98a0c:/docs/latex/wx/fltinstr.tex diff --git a/docs/latex/wx/fltinstr.tex b/docs/latex/wx/fltinstr.tex index df80a2cdff..2032317f9e 100644 --- a/docs/latex/wx/fltinstr.tex +++ b/docs/latex/wx/fltinstr.tex @@ -5,7 +5,12 @@ \wxheading{Derived from} -\helpref{wxInputStream}{wxinputstream} +\helpref{wxInputStream}{wxinputstream}\\ +\helpref{wxStreamBase}{wxstreambase} + +\wxheading{Include files} + + \wxheading{Note} @@ -19,3 +24,8 @@ differs and it is documented below. \func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}} +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. +