Searched defs:byteArray (Results 1 – 12 of 12) sorted by relevance
111 public static String byteArrayToHexString(byte[] byteArray) { in byteArrayToHexString()177 public static int byteArrayToInt(byte[] byteArray) { in byteArrayToInt()
39 public static BigInteger unsignedByteArrayToBigInteger(byte[] byteArray) { in unsignedByteArrayToBigInteger()
28 public static boolean isAsciiPrintable(byte[] byteArray) { in isAsciiPrintable()
106 public static String stringFromByteArray(byte[] byteArray) { in stringFromByteArray()
45 ByteArrayWrapper(byte[] byteArray) { in ByteArrayWrapper()
127 private String byteArrayToString(byte[] byteArray) { in byteArrayToString()
33 private final byte[] byteArray = new byte[8]; field in CountedDataInputStream
174 protected static int byteArrayToInteger(byte[] byteArray) { in byteArrayToInteger()
821 public static boolean isByteArrayAllZero(byte[] byteArray) { in isByteArrayAllZero()
293 Byte[] byteArray = list.toArray(new Byte[list.size()]); in arrayListToByteArray() local
1165 private static ArrayList<Byte> byteArrayToList(byte[] byteArray) { in byteArrayToList()
1923 public void resetWithByteArray(ParsableByteArray byteArray, long length) { in resetWithByteArray()