Sunday 15 April 2012

c# - Filter out byte with certain value and XOR next byte -


I get a byte array and from array and exclusivity all 7Dh > 20h to retrieve original data byte

What is the best way to do this?

OK, the first thing to notice is that you actually remove one value from an array, so that you can not do it in the bus; Then maybe something similar happens:

  Ignore a constant byte [] (byte [] value) {var result = new list & lt; Byte & gt; (Value.Length); Boolexor = false; For (int i = 0; i    

No comments:

Post a Comment