[
  {
    "Id": "211102",
    "ThreadId": "62199",
    "Html": "<p>For some project I currently use both Ionic.Zip and SharpZipLib but wanted to get rid of one of the libraries (I try to get rid of SharpZipLib). However I currently have a problem and can't seem to find a solution for Ionic.Zip:</p>\r\n<p>It's as simple as that:</p>\r\n<p>Stream fbs = Assembly.GetExecutingAssembly ().GetManifestResourceStream (FallbackDataFileName);<br>ZipFile fallbackZip = ZipFile.Read (fbs);<br>ZipEntry fallbackEntry = fallbackZip[fileName];</p>\r\n<p>At that point I would need a stream to the contents of the ZipEntry.</p>\r\n<p>The only way I found would be to call the Extract method to extract to a stream. However that does not really work because then I would uncompress the entire data into memory, which is not feasable.</p>\r\n<p>With SharpZipLib this is working like: Stream s = fallbackZip.GetInputStream (fallbackEntry)</p>\r\n<p>Is there a way to archieve this in Ionic.Zip?</p>",
    "PostedDate": "2009-07-11T10:29:35.413-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "211131",
    "ThreadId": "62199",
    "Html": "<p>yes, ZipEntry.OpenReader().</p>",
    "PostedDate": "2009-07-11T15:19:38.45-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]