]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fltinstr.tex
1. ReadMailcap/MimeTypes returna bool error code
[wxWidgets.git] / docs / latex / wx / fltinstr.tex
index df80a2cdfffcceff5570ef8d1a3363b1d5343584..2032317f9e8856834ef4cf0b71605876126dff57 100644 (file)
@@ -5,7 +5,12 @@
 
 \wxheading{Derived from}
 
-\helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}\\
+\helpref{wxStreamBase}{wxstreambase}
+
+\wxheading{Include files}
+
+<wx/stream.h>
 
 \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.
+