In most cases, you should be able to use the C1.Zip.C1ZStreamReader and C1.Zip.C1ZStreamWriter classes instead of ZStream. These classes provide friendly and easy-to-use wrappers that hide the ZLIB complexity.
Use ZStream only if you are familiar with ZLIB and need control over the low-level aspects of the data compression or decompression process (e.g., to provide your own buffers or compression dictionaries).
If you choose to use ZStream directly and need technical support, please check out the detailed documentation, sample, and articles available at http://www.info-zip.org/ or http://www.gzip.org/, the official zlib sites.
ZLIB is an open-source, patent-free library created by Jean-Loup Gailly and Mark Adler.
System.Object
C1.Zip.ZLib.ZStream