justinstenning / SharedMemory

C# shared memory classes for sharing data between processes (Array, Buffer and Circular Buffer)
https://www.nuget.org/packages/SharedMemory
Other
566 stars 118 forks source link

A couple cleanup commits to add/fix startIndex on some Read/Write functions #10

Closed MikeFair closed 8 years ago

MikeFair commented 8 years ago

Nothing overly spectacular, just defaulted some startIndex parameters to 0 instead of not having startIndex at all in buffer and CircularBuffer.