Download Circular Buffer for .NET
Description
This is a complete C#/.NET implementation of a data structure for a generic circular buffer, as well as a circular byte stream type.
Source Files
The download file circularbuffer.zip has the following entries.
CircularBuffer.Tests/CircularBuffer.Tests.csproj
CircularBuffer.Tests/CircularBufferTests.cs
CircularBuffer.Tests/Properties/AssemblyInfo.cs
CircularBuffer.sln/*from w w w . j a v a 2 s . com*/
CircularBuffer.vsmdi
CircularBuffer/CircularBuffer.cs
CircularBuffer/CircularBuffer.csproj
CircularBuffer/CircularStream.cs
CircularBuffer/Properties/AssemblyInfo.cs
CircularBuffer/Properties/Resources.Designer.cs
CircularBuffer/Properties/Resources.resx
LocalTestRun.testrunconfig
Download
Click the following link to download circularbuffer.zip.
circularbuffer.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »