X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..7631a29204a5a6a14c3ab6697455c48928ba6600:/docs/latex/wx/fltinstr.tex diff --git a/docs/latex/wx/fltinstr.tex b/docs/latex/wx/fltinstr.tex index 954e025cc5..2032317f9e 100644 --- a/docs/latex/wx/fltinstr.tex +++ b/docs/latex/wx/fltinstr.tex @@ -8,6 +8,10 @@ \helpref{wxInputStream}{wxinputstream}\\ \helpref{wxStreamBase}{wxstreambase} +\wxheading{Include files} + + + \wxheading{Note} The use of this class is exactly the same as of wxInputStream. Only a constructor @@ -20,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. +