I am working on this simple piece of code:
public void Decode(byte[] raw) { if (raw.Length < 4) throw new ArgumentException(); Code = BitConve