Class BytesUtil
- java.lang.Object
-
- br.gov.lexml.eta.etaservices.util.BytesUtil
-
public class BytesUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description BytesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
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)
-
-