Package org.mustangproject.util
Class ByteArraySearcher
- java.lang.Object
-
- org.mustangproject.util.ByteArraySearcher
-
public final class ByteArraySearcher extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(byte[] haystack, byte[] needle)static intindexOf(byte[] haystack, byte[] needle)static booleanstartsWith(byte[] haystack, byte[] needle)
-