Skip to content

Instantly share code, notes, and snippets.

View JustSomeBacon's full-sized avatar

Chris Porter JustSomeBacon

View GitHub Profile
@JustSomeBacon
JustSomeBacon / MessageBuffer.cs
Created January 27, 2017 22:27
A byte buffer class made originally for projects in C# that deal with Game Maker Studio.
using System;
using System.Text;
/// <summary>
/// This class handles byte buffer arrays.
/// </summary>
public class MessageBuffer
{
/// <summary>
/// The byte buffer.