This method searches a piece of data for the first occurrence of a specified pattern. It works on byte-based data in a way that is similar to the way the native Java method String.indexOf() works on String-based data. @param data The data to be searched. @param pattern The pattern to b
(byte[] data,
byte[] pattern,
boolean caseSensitive,
int from,
int to)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected