[
  {
    "Id": "590402",
    "ThreadId": "252202",
    "Html": "\r\n<p>I have some problems working with the streams, the examples show some funcionality that is not in the library, for example ther is no Extract funtion, just the extract all:</p>\r\n<p><span>1</span><span>using</span> (ZipFile zip = ZipFile.Read(InputStream))</p>\r\n<p><span>2</span>{</p>\r\n<p><span>3</span> zip.Extract(<span>&quot;NameOfEntryInArchive.doc&quot;</span>, OutputStream);</p>\r\n<p><span>4</span>}</p>\r\n<p>&nbsp;</p>\r\n<p>Do you know what going on?</p>\r\n",
    "PostedDate": "2011-04-01T12:20:36.607-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "591455",
    "ThreadId": "252202",
    "Html": "<p>Yes, I think you are using an example that worked for an older version of the library.</p>\r\n<p>The corresponding code you want is probably :</p>\r\n<p>zip[\"NameOfEntryInArchive.doc\"].Extract(outputStream)</p>\r\n<p>If you tell me where you found the&nbsp;example with the older code, I'll try to get it updated.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-04-04T11:04:27.12-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]