[
  {
    "Id": "678297",
    "ThreadId": "274293",
    "Html": "\r\n<p>Hi Guys,</p>\r\n<p>I see that you can extract contents and save them to a file.&nbsp; However I would like to able read the contents of the file in memory without having to save and then delete the physical file.&nbsp; Is there a way to do it?</p>\r\n<p>&nbsp;</p>\r\n<p>Thanks,</p>\r\n",
    "PostedDate": "2011-09-29T10:50:57.533-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "679172",
    "ThreadId": "274293",
    "Html": "<p>Yes - there's a method called OpenReader() on the ZipEntry class. Call it to get a stream that reads uncompressed data for a given entry.&nbsp; What you do with the data you read is up to you.&nbsp; There are examples for how to use it in the documentation, which is available in the DotNetZip devkit download, or&nbsp; online at <a href=\"http://dotnetzip.codeplex.com/documentation\">http://dotnetzip.codeplex.com/documentation</a>.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-10-02T16:12:23.487-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]