public class ByteArrayUtil
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
equals(@NotNull byte[] array1,
int start1,
int end1,
@NotNull byte[] array2,
int start2,
int end2) |
static int |
hashCode(@NotNull byte[] array,
int start,
int end) |
static int |
indexOf(@NotNull byte[] array,
int start,
byte search) |
public static boolean equals(@NotNull @NotNull byte[] array1, int start1, int end1, @NotNull @NotNull byte[] array2, int start2, int end2)
public static int hashCode(@NotNull @NotNull byte[] array, int start, int end)
public static int indexOf(@NotNull @NotNull byte[] array, int start, byte search)