[
  {
    "Id": "234276",
    "ThreadId": "68856",
    "Html": "<p>Hi,</p>\r\n<p>I was working my way through the manual, but I see no references which handle compression from a memorystream. All the entries require filenames or a filestream. Apart from this, all of the add options I see which handle FileStreams in ZipEntry have a <em>[depricated]</em> tag, but I don't see an alternative method which handles streams.</p>\r\n<p>Did I miss something or am I now using the package right?</p>\r\n<p>Thanks for your answer.</p>",
    "PostedDate": "2009-09-14T05:47:40.377-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "234280",
    "ThreadId": "68856",
    "Html": "<div style=\"color:Black;background-color:White\">\r\n<pre>  <span style=\"color:Blue\">using</span> (ZipFile zip = new ZipFile())\r\n  {\r\n    ZipEntry e= zip.AddEntry(<span style=\"color:#A31515\">&quot;Content-From-Stream.bin&quot;</span>, <span style=\"color:#A31515\">&quot;basedirectory&quot;</span>, streamToRead);\r\n    e.Comment = <span style=\"color:#A31515\">&quot;The content for entry in the zip file was obtained from a stream&quot;</span>;\r\n    zip.AddFile(<span style=\"color:#A31515\">&quot;Readme.txt&quot;</span>);\r\n    zip.Save(ZipToCreate);\r\n  }\r\n\r\n</pre>\r\n</div>",
    "PostedDate": "2009-09-14T05:57:06.07-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "234310",
    "ThreadId": "68856",
    "Html": "<p>Thanks for the quick reply!</p>",
    "PostedDate": "2009-09-14T07:24:12.85-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]