]>
Commit | Line | Data |
---|---|---|
631f1bfe JS |
1 | % ----------------------------------------------------------------------------- |
2 | % wxZlibInputStream | |
3 | % ----------------------------------------------------------------------------- | |
750b78ba | 4 | \section{\class{wxZlibInputStream}}\label{wxzlibinputstream} |
631f1bfe JS |
5 | |
6 | \wxheading{Derived from} | |
7 | ||
8 | \helpref{wxFilterInputStream}{wxfilterinputstream} | |
9 | ||
954b8ae6 JS |
10 | \wxheading{Include files} |
11 | ||
12 | <wx/zstream.h> | |
13 | ||
631f1bfe JS |
14 | \wxheading{See also} |
15 | ||
16 | \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream} | |
17 | ||
18 | \wxheading{Short description} | |
19 | ||
da3aea64 | 20 | This stream uncompresses all data read from it. It uses the "filtered" |
631f1bfe JS |
21 | stream to get new compressed data. |
22 | ||
23 | % ----------------------------------------------------------------------------- | |
24 | % wxZlibOutputStream | |
25 | % ----------------------------------------------------------------------------- | |
750b78ba | 26 | \section{\class{wxZlibOutputStream}}\label{wxzliboutputstream} |
631f1bfe JS |
27 | |
28 | \wxheading{Derived from} | |
29 | ||
30 | \helpref{wxFilterOutputStream}{wxfilteroutputstream} | |
31 | ||
954b8ae6 JS |
32 | \wxheading{Include files} |
33 | ||
34 | <wx/zstream.h> | |
35 | ||
631f1bfe JS |
36 | \wxheading{See also} |
37 | ||
38 | \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream} | |
39 | ||
40 | \wxheading{Short description} | |
41 | ||
750b78ba | 42 | This stream compresses all data written to it, and passes the compressed data |
631f1bfe JS |
43 | to the ``filtered'' stream. |
44 |