]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/strmzlib.tex
Small doc updates, mainly wxDropTarget,
[wxWidgets.git] / docs / latex / wx / strmzlib.tex
1 % -----------------------------------------------------------------------------
2 % wxZlibInputStream
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream}}\label{wxzlibinputstream}
5
6 This stream uncompresses all data read from it. It uses the "filtered"
7 stream to get new compressed data.
8
9 \wxheading{Derived from}
10
11 \helpref{wxFilterInputStream}{wxfilterinputstream}
12
13 \wxheading{Include files}
14
15 <wx/zstream.h>
16
17 \wxheading{See also}
18
19 \helpref{wxInputStream}{wxinputstream}
20
21 % -----------------------------------------------------------------------------
22 % wxZlibOutputStream
23 % -----------------------------------------------------------------------------
24 \section{\class{wxZlibOutputStream}}\label{wxzliboutputstream}
25
26 This stream compresses all data written to it, and passes the compressed data
27 to the "filtered" stream.
28
29 \wxheading{Derived from}
30
31 \helpref{wxFilterOutputStream}{wxfilteroutputstream}
32
33 \wxheading{Include files}
34
35 <wx/zstream.h>
36
37 \wxheading{See also}
38
39 \helpref{wxOutputStream}{wxoutputstream}
40