{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "fixes in change set 20896.  This is in the v1.6 preview release, will be in the final v1.6 release of the library.",
    "ClosedDate": "2008-07-05T11:48:57.29-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Want to allow code like this:\n \n                ZipFile zip = new ZipFile(ZipFileName);\n                foreach (ZipEntry ze in zip)\n                {\n                        using (Stream s= ze.InitStreamReader()) \n                        {\n                          byte[] buffer = new byte[1024];\n                          int n = 0;\n                          do {\n                            int n = s.Read(buf, 0, buf.Length); \n                            ...\n                          } while (n>0); \n                        }\n                    }",
    "LastUpdatedDate": "2013-05-16T05:32:42.983-07:00",
    "PlannedForRelease": "1.6 DotNetZip Library",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2008-06-27T14:40:09.383-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "StreamReader support when reading Zip Entries",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 5442
  },
  "FileAttachments": [],
  "Comments": []
}