1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream
}}
6 \wxheading{Derived from
}
8 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
12 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxInputStream
}{wxinputstream
}
14 \wxheading{Short description
}
16 This stream uncompresses all data read from it. It uses the "filtered"
17 stream to get new compressed data.
19 % -----------------------------------------------------------------------------
21 % -----------------------------------------------------------------------------
22 \section{\class{wxZlibOutputStream
}}
24 \wxheading{Derived from
}
26 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
30 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxOutputStream
}{wxoutputstream
}
32 \wxheading{Short description
}
34 This stream compresses all data written to it and passed the compressed data
35 to the ``filtered'' stream.