1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream
}}\label{wxzlibinputstream
}
6 \wxheading{Derived from
}
8 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
10 \wxheading{Include files
}
16 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxInputStream
}{wxinputstream
}
18 \wxheading{Short description
}
20 This stream uncompresses all data read from it. It uses the "filtered"
21 stream to get new compressed data.
23 % -----------------------------------------------------------------------------
25 % -----------------------------------------------------------------------------
26 \section{\class{wxZlibOutputStream
}}\label{wxzliboutputstream
}
28 \wxheading{Derived from
}
30 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
32 \wxheading{Include files
}
38 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxOutputStream
}{wxoutputstream
}
40 \wxheading{Short description
}
42 This stream compresses all data written to it, and passes the compressed data
43 to the ``filtered'' stream.