FM.LiveSwitch by Frozen Mountain Software

<PackageReference Include="FM.LiveSwitch" Version="1.3.0.6160" />

.NET API 4,487,680 bytes

 ByteCollection

public class ByteCollection
public int Count { get; }

public ByteCollection()

public ByteCollection(byte[] buffer)

public void Add(byte b)

public void AddRange(byte[] buffer)

public void AddRange(ByteCollection collection)

public byte Get(int index)

public byte[] GetRange(int index, int count)

public void InsertRange(int index, byte[] buffer)

public void InsertRange(int index, ByteCollection collection)

public void RemoveRange(int index, int count)

public byte[] ToArray()