public class ArrayUtility
extends java.lang.Object
Constructor and Description |
---|
ArrayUtility() |
Modifier and Type | Method and Description |
---|---|
static int[] |
byteArrayToIntArray(byte[] b) |
static byte[] |
copyOfRange(byte[] inputData,
int from,
int to) |
static int[] |
copyOfRange(int[] inputData,
int from,
int to) |
static byte[] |
intArrayToByteArray(int[] b) |
static byte[] |
shortArrayToByteArray(short[] b) |
public static int[] byteArrayToIntArray(byte[] b)
public static byte[] intArrayToByteArray(int[] b)
public static byte[] shortArrayToByteArray(short[] b)
public static byte[] copyOfRange(byte[] inputData, int from, int to)
public static int[] copyOfRange(int[] inputData, int from, int to)