]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmzlib.tex
added support for reading alpha channel
[wxWidgets.git] / docs / latex / wx / strmzlib.tex
index d905e630894fcb969834d3a9ee4e84c887e68b5c..33ba7ee7086d24049f09155fd66152589fa4780e 100644 (file)
@@ -16,7 +16,7 @@ stream to get new compressed data.
 
 \wxheading{See also}
 
-\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream}
+\helpref{wxInputStream}{wxinputstream}
 
 % -----------------------------------------------------------------------------
 % wxZlibOutputStream
@@ -24,7 +24,7 @@ stream to get new compressed data.
 \section{\class{wxZlibOutputStream}}\label{wxzliboutputstream}
 
 This stream compresses all data written to it, and passes the compressed data
-to the ``filtered'' stream.
+to the "filtered" stream.
 
 \wxheading{Derived from}
 
@@ -36,5 +36,16 @@ to the ``filtered'' stream.
 
 \wxheading{See also}
 
-\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxOutputStream}{wxoutputstream}
 
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxZlibOutputStream::wxZlibOutputStream}
+
+\func{}{wxZlibOutputStream}{\param{wxOutputStream\&}{ stream},\param{int}{ level = -1}}
+
+Creates a new write-only compressed stream. {\it level} means level of 
+compression. It is number between 0 and 9 (including these values) where
+0 means no compression and 9 best but slowest compression. -1 is default
+value (currently equivalent to 6).