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
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
This stream uncompresses all data read from it. It uses the "filtered"
|
|
|
|
stream to get new compressed data.
|
|
|
|
|
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}
|
|
|
|
|
1999-12-29 09:48:10 +00:00
|
|
|
\helpref{wxInputStream}{wxinputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
|
|
|
% -----------------------------------------------------------------------------
|
|
|
|
% wxZlibOutputStream
|
|
|
|
% -----------------------------------------------------------------------------
|
1999-02-10 22:44:53 +00:00
|
|
|
\section{\class{wxZlibOutputStream}}\label{wxzliboutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|
1999-11-01 20:36:43 +00:00
|
|
|
This stream compresses all data written to it, and passes the compressed data
|
1999-11-04 17:49:21 +00:00
|
|
|
to the "filtered" stream.
|
1999-11-01 20:36:43 +00:00
|
|
|
|
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}
|
|
|
|
|
1999-12-29 09:48:10 +00:00
|
|
|
\helpref{wxOutputStream}{wxoutputstream}
|
1999-02-06 13:32:46 +00:00
|
|
|
|