com.googlecode.mp4parser.util
Class UUIDConverter

java.lang.Object
  extended by com.googlecode.mp4parser.util.UUIDConverter

public class UUIDConverter
extends Object

UUID from/to byte array.


Constructor Summary
UUIDConverter()
           
 
Method Summary
static UUID convert(byte[] uuidBytes)
           
static byte[] convert(UUID uuid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDConverter

public UUIDConverter()
Method Detail

convert

public static byte[] convert(UUID uuid)

convert

public static UUID convert(byte[] uuidBytes)


Copyright © 2012. All Rights Reserved.