Ejemplo n.º 1
0
 public int GetSIntAt(byte[] buffer, int pos) => SharedCode.GetSIntAtPosition(buffer, pos);
Ejemplo n.º 2
0
 public void SetBitAt(byte[] buffer, int bitPos, bool value) => SharedCode.SetBitAtPosition(buffer, bitPos, value);
Ejemplo n.º 3
0
 public bool GetBitAt(byte[] buffer, int bitPos) => SharedCode.GetBitAtPosition(buffer, bitPos);