1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream
}}\label{wxzlibinputstream
}
6 This stream uncompresses all data read from it. It uses the "filtered"
7 stream to get new compressed data.
9 \wxheading{Derived from
}
11 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
13 \wxheading{Include files
}
19 \helpref{wxInputStream
}{wxinputstream
}
21 % -----------------------------------------------------------------------------
23 % -----------------------------------------------------------------------------
24 \section{\class{wxZlibOutputStream
}}\label{wxzliboutputstream
}
26 This stream compresses all data written to it, and passes the compressed data
27 to the "filtered" stream.
29 \wxheading{Derived from
}
31 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
33 \wxheading{Include files
}
39 \helpref{wxOutputStream
}{wxoutputstream
}
42 \latexignore{\rtfignore{\wxheading{Members
}}}
44 \membersection{wxZlibOutputStream::wxZlibOutputStream
}
46 \func{}{wxZlibOutputStream
}{\param{wxOutputStream\&
}{ stream
},
\param{int
}{ level = -
1}}
48 Creates a new write-only compressed stream.
{\it level
} means level of
49 compression. It is number between
0 and
9 (including these values) where
50 0 means no compression and
9 best but slowest compression. -
1 is default
51 value (currently equivalent to
6).