Hi,
how am I able to quickly compare two parts of two MemoryBlocks.
For Example
byteRanges(0-15, 100-160, 200-201) to the same Ranges in another MemoryBlock Object?
Is there a way to do this without using Loops?
Maybe copy these ranges out in a new Memory Block and then compare it to the other. But how can I copy ranges very efficiently?