[
  {
    "Id": "212582",
    "ThreadId": "62629",
    "Html": "<p>Hi Cheeso,</p>\r\n<p>Is it possible to add a new ZipFile.Save method that save into a byte[] ?</p>\r\n<p>Thanks</p>",
    "PostedDate": "2009-07-16T06:47:17.097-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "212716",
    "ThreadId": "62629",
    "Html": "<p>Dom, I think that would be impractical because there is no way for DotNetZip to know the size of the required byte[] before saving.</p>\r\n<p>I suggest you save to a MemoryStream and then just use MemoryStream.ToArray() to get the byte[]&nbsp; you want.</p>\r\n<p>&nbsp;</p>",
    "PostedDate": "2009-07-16T12:05:45.023-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]