X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2a6f23364aefcd5095dc6558e3ab8144363fa96..0c5d3e1ccd1d27ab0cf913ddbffb1b54b5802f3a:/docs/latex/wx/fltoutst.tex diff --git a/docs/latex/wx/fltoutst.tex b/docs/latex/wx/fltoutst.tex index 48662e16de..02b283b69c 100644 --- a/docs/latex/wx/fltoutst.tex +++ b/docs/latex/wx/fltoutst.tex @@ -5,7 +5,12 @@ \wxheading{Derived from} -\helpref{wxOutputStream}{wxoutputstream} +\helpref{wxOutputStream}{wxoutputstream}\\ +\helpref{wxStreamBase}{wxstreambase} + +\wxheading{Include files} + + \wxheading{Note} @@ -19,3 +24,8 @@ differs and it is documented below. \func{}{wxFilterOutputStream}{\param{wxOutputStream\&}{ 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 compress, crypt the datas which are passed to it and write them to another +stream. +