Searched refs:uuidBytes (Results 1 – 1 of 1) sorted by relevance
43 public static UUID convert(byte[] uuidBytes) { in convert() argument44 ByteBuffer b = ByteBuffer.wrap(uuidBytes); in convert()