Рефакторинг

This commit is contained in:
serega6531
2020-04-16 00:48:39 +03:00
parent 85681947cd
commit 07affe3812
4 changed files with 21 additions and 37 deletions

View File

@@ -3,15 +3,7 @@ package ru.serega6531.packmate.utils;
import lombok.experimental.UtilityClass;
@UtilityClass
public class Bytes {
/**
* @param array где ищем
* @param target что ищем
*/
public int indexOf(byte[] array, byte[] target) {
return indexOf(array, target, 0, array.length);
}
public class BytesUtils {
/**
* @param array где ищем