Home
last modified time | relevance | path

Searched refs:uuidBytes (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DUUIDConverter.java43 public static UUID convert(byte[] uuidBytes) { in convert() argument
44 ByteBuffer b = ByteBuffer.wrap(uuidBytes); in convert()