public static Find ( byte array, byte needle, int startIndex, int sourceLength ) : int | ||
array | byte | Source array to search for needle. |
needle | byte | Needle we are searching for. |
startIndex | int | Start index in source array. |
sourceLength | int | Number of bytes in source array, where the needle is searched for. |
return | int |