Hi
well the byte pattern is like this
0 0 0 1 N N N N 0 0 0 1 N N N N N EOF
so the number of N bytes could any . its only the fixed 0 0 0 1 that identifies what N N N N N bytes i have to copy.
so the N N N bytes are sandwiched between two 0 0 0 1 pattern and the last N N N N N N bytes are...
Hi
Thanks for the reply. Let me make it clear
I have byte sequence with byte pattern
0 0 0 1 N N N N 0 0 0 1 N N N N EOF
The N N N bytes can be any number. The 0 0 0 1 pattern is fixed. so basically I need to search for and extract these N N N bytes. By extractin I mean copying all the N N...
Hi All
I have an array of bytes containing byte values of
0 0 0 1 N N N 0 0 0 1. could anyone sugest the algorithm how to extract the N N N bytes from that byte array. Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.