X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..d6d626862232acff773485769ff6cae68f73c2f5:/docs/latex/wx/fltoutst.tex diff --git a/docs/latex/wx/fltoutst.tex b/docs/latex/wx/fltoutst.tex index bb126f619e..02b283b69c 100644 --- a/docs/latex/wx/fltoutst.tex +++ b/docs/latex/wx/fltoutst.tex @@ -8,6 +8,10 @@ \helpref{wxOutputStream}{wxoutputstream}\\ \helpref{wxStreamBase}{wxstreambase} +\wxheading{Include files} + + + \wxheading{Note} The use of this class is exactly the same as of wxOutputStream. Only a constructor @@ -20,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. +