{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Is it possible to change this class to support Seek/set the Position property? It seems that this class was intentionally designed not to support it, not sure why.\nThis is what I am trying to do. I have wave files stored into a zip file. I want to read those files into a stream (without having to write them on disk) and using the codeplex NAudio utility play them from memory. However when I use the ZipEntry.OpenReader() method it returns a CrcCalculatorStream when I pass this stream into the NAudio utility uses the Stram.Postion to read through the stream, that is when I get the exception of \"Method not supported\" from The Position property.\n \n        /// <summary>\n        ///   The getter for this property returns the total bytes read.\n        ///   If you use the setter, it will throw\n        /// <see cref=\"NotSupportedException\"/>.\n        /// </summary>\n        public override long Position\n        {\n            get { return _Crc32.TotalBytesRead; }\n            set { throw new NotSupportedException(); }\n        }",
    "LastUpdatedDate": "2013-02-21T18:42:49.713-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2012-06-04T08:57:22.19-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "CrcCalculatorStream does not support seek/position",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 1,
    "Id": 15252
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "Wherever CrcCalculatorStream will support seeking or not, it should be consistent about its behaviour and return correct value of its CanSeek property. If the stream always throws when trying to Seek, CanSeek should always return false. Please fix that.",
      "PostedDate": "2012-11-21T09:50:49.64-08:00",
      "Id": -2147483648
    },
    {
      "Message": "My last comment seems to be outdated, CanSeek works in version 1.9.1.8",
      "PostedDate": "2012-11-22T01:36:44.807-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:42:49.713-08:00",
      "Id": -2147483648
    }
  ]
}