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