[
  {
    "Id": "620277",
    "ThreadId": "259519",
    "Html": "\r\n<p>Hi, i have files that have been compressed in VS6 C&#43;&#43; using zlib.lib</p>\r\n<p>i'm trying to develop a web app that can decompress these files.</p>\r\n<p>Can i &nbsp;use DotNetZip dll as a wrapper for &nbsp;unmanaged zlib dll ?</p>\r\n<p>if so, can you point me to an example ?</p>\r\n<p>thanks</p>\r\n",
    "PostedDate": "2011-05-30T05:25:14.963-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "620974",
    "ThreadId": "259519",
    "Html": "<p>DotNetZip isn't a wrapper on unmanaged zlib.</p>\r\n<p>Depending on how the content was compressed, you may be able to decompress it with DotNetZip.</p>\r\n<p>Check the documentation, In particular see the doc on Ionic.Zlib.ZlibStream, Ionic.Zlib.DeflateStream, and Ionic.Zlib.GZipStream .</p>\r\n<p>there are code examples in the doc pages for these classes.</p>\r\n<p>Good luck.&nbsp;&nbsp; The documentation is your friend.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-05-31T12:15:40.37-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "621002",
    "ThreadId": "259519",
    "Html": "<p>Hi,</p>\r\n<p>thanks for your reply.</p>\r\n<p>i managed to solve this by using &nbsp;&nbsp;System.IO.Compression;</p>",
    "PostedDate": "2011-05-31T13:13:16.213-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]