{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "without stream the file are splitted, but with stream like the following...\n\nusing (ZipFile zip = new ZipFile())//Path.Combine(@\"C:\\Temp\\EXPORT\", currentBundleInfoOut.BundleInfoOutID + \".zip\")))\n                        {\n                            using (FileStream compressedFileStream = File.Create(Path.Combine(@\"C:\\Temp\\EXPORT\", currentBundleInfoOut.BundleInfoOutID + \".zip\")))\n                            {\n\n                                foreach (FileInfo file in filesToCompress)\n                                {\n                                    zip.AddFile(file.FullName, \"\");\n                                }\n\n                                zip.MaxOutputSegmentSize = 100 * 1024; //100kb (min. 65536! =64kb)\n\n                                zip.Save(compressedFileStream);\n\n                                //zip.Save();\n\n                            }\n                        }\n\nplease check, and let me know, thx",
    "LastUpdatedDate": "2013-02-21T18:42:44.85-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-10-16T07:19:12.733-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "split Zip file does not work with stream",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15705
  },
  "FileAttachments": [],
  "Comments": []
}