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