X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/da3aea64f9e3cb2a3135ec108ab1721eae8457e2..0371a6914315f283371985bb751fb37504dd63d8:/docs/latex/wx/strmzlib.tex diff --git a/docs/latex/wx/strmzlib.tex b/docs/latex/wx/strmzlib.tex index eadbb0897c..30997ea0cc 100644 --- a/docs/latex/wx/strmzlib.tex +++ b/docs/latex/wx/strmzlib.tex @@ -1,12 +1,16 @@ % ----------------------------------------------------------------------------- % wxZlibInputStream % ----------------------------------------------------------------------------- -\section{\class{wxZlibInputStream}} +\section{\class{wxZlibInputStream}}\label{wxzlibinputstream} \wxheading{Derived from} \helpref{wxFilterInputStream}{wxfilterinputstream} +\wxheading{Include files} + + + \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} + + + \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.