Class BytesUtil
java.lang.Object
br.gov.lexml.eta.etaservices.util.BytesUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intindexOf(byte[] array, byte[] target) static intindexOf(byte[] array, int start, byte[] target) static intlastIndexOf(byte[] array, byte[] target) static byte[]replace(byte[] array, byte[] oldBytes, byte[] newBytes)
-
Constructor Details
-
BytesUtil
public BytesUtil()
-
-
Method Details
-
indexOf
public static int indexOf(byte[] array, byte[] target) -
indexOf
public static int indexOf(byte[] array, int start, byte[] target) -
lastIndexOf
public static int lastIndexOf(byte[] array, byte[] target) -
replace
public static byte[] replace(byte[] array, byte[] oldBytes, byte[] newBytes)
-