[
  {
    "Id": "634184",
    "ThreadId": "263106",
    "Html": "\r\n<p>Hi,&nbsp;</p>\r\n<p>Can anyone tell me where I can find examples(if they exist) for extracting files using ZipInputStream?</p>\r\n<p>thanks.</p>\r\n",
    "PostedDate": "2011-06-28T08:29:12.467-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "634435",
    "ThreadId": "263106",
    "Html": "<p>so I found this example on the site:</p>\r\n<p><a href=\"http://cheeso.members.winisp.net/DotNetZipHelp/html/858d6a78-0e3a-949f-659e-f14ab37213ae.htm\">http://cheeso.members.winisp.net/DotNetZipHelp/html/858d6a78-0e3a-949f-659e-f14ab37213ae.htm</a></p>\r\n<p>&nbsp;</p>\r\n<p>I am using code that is very similar to what's in the example.. but when my code reaches the line:</p>\r\n<p>while ((currentEntry = zipInputStream.GetNextEntry()) != null)</p>\r\n<p>for the last time it's throwing the following exception:</p>\r\n<p>ZipEntry::ReadHeader(): Bad signature (0xB8439D9F) at position &nbsp;0x0000042B</p>\r\n<p>Now even after I get this exception, it seems like the file was still unzipped just fine..</p>\r\n<p>Any ideas?</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2011-06-28T15:38:17.357-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "636123",
    "ThreadId": "263106",
    "Html": "<p>bump</p>",
    "PostedDate": "2011-07-01T10:49:46.75-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "637234",
    "ThreadId": "263106",
    "Html": "<p>The documentation includes examples - you found the main one.</p>\r\n<p>As regards the problem you are seeing, it generally means there was a zipentry that was not valid. Depending on how you handle the exception (catch and retry, move to next entry, etc), it could be that you would extract the other, non-corrupted entries.&nbsp;</p>\r\n<p>This is just a guess, not having seen your code or the zipfile itself.</p>",
    "PostedDate": "2011-07-04T18:41:22.79-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]