{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "This is not a bug, you&#39;re asking a question.  please use the forums for questions. ",
    "ClosedDate": "2011-07-26T15:55:20.693-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "On every run output from ZipOutputStream increasing file size (no matter which compression level selected). and if i use same file again it will increase in size again.... don't know how to address this issues!?\n         \n \n        byte[] buffer = new byte[67108864];\n \n                   while (UnzipStream.Read(buffer, 0, buffer.Length) > 0)\n                    {\n                        ZipStream.Write(buffer, 0, buffer.Length);\n                    }",
    "LastUpdatedDate": "2013-05-16T05:31:33.217-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-07-21T21:15:10.42-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "ZipInputStream -> ZipOutputStream Compression Issue",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 13971
  },
  "FileAttachments": [],
  "Comments": []
}