{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "I'm using the DotNetZip Library to create large (>2GB) zip files.  The assembly process has been perfect -- after some trial and error and reading through documentation and samples, I have it building the archives very quickly.\n \nThe next thing I need to do is to add additional entries to the file after the fact... very small entries relative to the size of the file.  Maybe 20KB total added to a 2GB file.  I've implemented this function, and it appears that DotNetZip is\n writing out a brand new archive when I call Save(), which is a slow process on a 2GB file.\n \nDoes this library support appending entries without rewriting the full file?\n \nOverall, I'm super happy with this library -- very well written and documented; very intuitive to use.\n \nThanks!\n \nAdam",
    "LastUpdatedDate": "2013-05-21T21:44:28.023-07:00",
    "PlannedForRelease": "v2.0 - planning",
    "ReleaseVisibleToPublic": true,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-03-20T06:33:03.61-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "Allow modification of Zip file without full read and re-write",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 7,
    "Id": 13205
  },
  "FileAttachments": [],
  "Comments": []
}