NonContiguousMemoryStream 1.2
16 Mar 2008I’ve updated my MemoryStream
replacement that handles large streams with less memory fragmentation. You can read about it here. This version fixes a bug in the Seek method (specifically, SeekOrigin.End
). I thought it should be illegal to seek past the end of a memory stream but apparently I’m wrong. The .NET MemoryStream
allows this type of operation and so now does NonContiguousMemoryStream
.