Searched defs:fromBytes (Results 1 – 7 of 7) sorted by relevance
68 HashCode fromBytes = HashCodes.fromBytes(expected.bytes); in testFromBytes() local
106 static HashCode fromBytes(byte[] bytes) { in fromBytes() method in HashCodes
296 public static RawHeaders fromBytes(InputStream in) throws IOException { in fromBytes() method in RawHeaders
314 public static char fromBytes(byte b1, byte b2) { in fromBytes() method in Chars
320 public static short fromBytes(byte b1, byte b2) { in fromBytes() method in Shorts
299 public static long fromBytes(byte b1, byte b2, byte b3, byte b4, in fromBytes() method in Longs
323 public static int fromBytes(byte b1, byte b2, byte b3, byte b4) { in fromBytes() method in Ints