]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/strmzlib.tex
Added wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStubs; rearranged/debugged
[wxWidgets.git] / docs / latex / wx / strmzlib.tex
1 % -----------------------------------------------------------------------------
2 % wxZlibInputStream
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream}}
5
6 \wxheading{Derived from}
7
8 \helpref{wxFilterInputStream}{wxfilterinputstream}
9
10 \wxheading{See also}
11
12 \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxInputStream}{wxinputstream}
13
14 \wxheading{Short description}
15
16 This stream uncompresses all data read from it. It uses the ``filtered''
17 stream to get new compressed data.
18
19 % -----------------------------------------------------------------------------
20 % wxZlibOutputStream
21 % -----------------------------------------------------------------------------
22 \section{\class{wxZlibOutputStream}}
23
24 \wxheading{Derived from}
25
26 \helpref{wxFilterOutputStream}{wxfilteroutputstream}
27
28 \wxheading{See also}
29
30 \helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
31
32 \wxheading{Short description}
33
34 This stream compresses all data written to it and passed the compressed data
35 to the ``filtered'' stream.
36