Skip to content

Instantly share code, notes, and snippets.

@chuaschinai
chuaschinai / MessageBuffer.cs
Created December 2, 2018 05:38 — forked from JustSomeBacon/MessageBuffer.cs
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.