Decoding an int32 from a part of a sequence
Hello, I am looking for an elegant and efficient way of reading a 32 bits integer (big endian) from a specificed location in a sequence of bytes. I have searched for solutions but those I have found were not elegant, or required to copy a part of the sequence. Thank you in advance for your suggestions. Best Regards, Camille