]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmzlib.tex
1. wxHtmlHelpController and related classes
[wxWidgets.git] / docs / latex / wx / strmzlib.tex
index eadbb0897c2f1e635c39db6819f6a6e2d2f68b8b..30997ea0cc0ef70607462dab5aeeadc28b4d1a49 100644 (file)
@@ -1,12 +1,16 @@
 % -----------------------------------------------------------------------------
 % wxZlibInputStream
 % -----------------------------------------------------------------------------
-\section{\class{wxZlibInputStream}}
+\section{\class{wxZlibInputStream}}\label{wxzlibinputstream}
 
 \wxheading{Derived from}
 
 \helpref{wxFilterInputStream}{wxfilterinputstream}
 
+\wxheading{Include files}
+
+<wx/zstream.h>
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream}
@@ -19,18 +23,22 @@ stream to get new compressed data.
 % -----------------------------------------------------------------------------
 % wxZlibOutputStream
 % -----------------------------------------------------------------------------
-\section{\class{wxZlibOutputStream}}
+\section{\class{wxZlibOutputStream}}\label{wxzliboutputstream}
 
 \wxheading{Derived from}
 
 \helpref{wxFilterOutputStream}{wxfilteroutputstream}
 
+\wxheading{Include files}
+
+<wx/zstream.h>
+
 \wxheading{See also}
 
 \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
 
 \wxheading{Short description}
 
-This stream compresses all data written to it and passed the compressed data
+This stream compresses all data written to it, and passes the compressed data
 to the ``filtered'' stream.