Skip to content

Instantly share code, notes, and snippets.

View chrom007's full-sized avatar
🏠
Working from home

Sergei Pilip chrom007

🏠
Working from home
  • TypeCode
  • Ukraine
  • 14:42 (UTC +03:00)
View GitHub Profile
@chrom007
chrom007 / MessageBuffer.cs
Created November 26, 2017 01:06 — 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.