Searched defs:byteArray (Results 1 – 8 of 8) sorted by relevance
111 public static String byteArrayToHexString(byte[] byteArray) { in byteArrayToHexString()177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt()
28 public static boolean isAsciiPrintable(byte[] byteArray) { in isAsciiPrintable()
106 public static String stringFromByteArray(byte[] byteArray) { in stringFromByteArray()
39 public static BigInteger unsignedByteArrayToBigInteger(byte[] byteArray) { in unsignedByteArrayToBigInteger()
33 private final byte[] byteArray = new byte[8]; field in CountedDataInputStream
174 protected static int byteArrayToInteger(byte[] byteArray) { in byteArrayToInteger()
756 private static boolean isByteArrayAllZero(byte[] byteArray) { in isByteArrayAllZero()
292 Byte[] byteArray = list.toArray(new Byte[list.size()]); in arrayListToByteArray() local