X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/631f1bfed5d2df0215035207355d838328237578..6453876e12bc1c214a8831d2931f916124f97df0:/docs/latex/wx/strmzlib.tex diff --git a/docs/latex/wx/strmzlib.tex b/docs/latex/wx/strmzlib.tex index 1bfbf12fa0..30997ea0cc 100644 --- a/docs/latex/wx/strmzlib.tex +++ b/docs/latex/wx/strmzlib.tex @@ -1,36 +1,44 @@ % ----------------------------------------------------------------------------- % 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} \wxheading{Short description} -This stream uncompresses all data read from it. It uses the ``filtered'' +This stream uncompresses all data read from it. It uses the "filtered" 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.