1999-02-06 13:32:46 +00:00
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxZlibInputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-10 22:44:53 +00:00
|
|
|
\section{\class{wxZlibInputStream}}\label{wxzlibinputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxFilterInputStream}{wxfilterinputstream}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/zstream.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream}
|
|
|
|
|
|
|
|
\wxheading{Short description}
|
|
|
|
|
1999-02-09 18:12:20 +00:00
|
|
|
This stream uncompresses all data read from it. It uses the "filtered"
|
1999-02-06 13:32:46 +00:00
|
|
|
stream to get new compressed data.
|
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxZlibOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-10 22:44:53 +00:00
|
|
|
\section{\class{wxZlibOutputStream}}\label{wxzliboutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxFilterOutputStream}{wxfilteroutputstream}
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/zstream.h>
|
|
|
|
|
1999-02-06 13:32:46 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
|
|
|
|
|
|
|
|
\wxheading{Short description}
|
|
|
|
|
1999-02-10 22:44:53 +00:00
|
|
|
This stream compresses all data written to it, and passes the compressed data
|
1999-02-06 13:32:46 +00:00
|
|
|
to the ``filtered'' stream.
|
|
|
|
|